FaxJob
The FaxJob object permits a fax client application to access the job status of incoming and outgoing fax transmissions, and to pause, resume, cancel or restart a fax job. You can also use the object to retrieve the properties of fax jobs.
A FaxJob object is created by a FaxJobs object.
A fax client application must create an instance of a FaxServer object before accessing most other objects that begin with Fax. (A fax server connection is not required to access a FaxTiff object.)
C/C++
- Create by calling the IFaxJobs::get_Item method.
- Supports the IFaxJob interface.
For more information about creating an instance of a FaxJob object, and for a list of the object's properties and methods, see IFaxJob.
Visual Basic
Create by retrieving the Item property of the FaxJobs object.
For more information about creating a FaxJob object, and for a list of the properties and methods of the object, see FaxJob object (Visual Basic).