FaxJobs
The FaxJobs object represents a collection of FaxJob objects. The FaxJobs object permits a fax client application to create FaxJob objects and to enumerate the fax jobs associated with a connected fax server.
A FaxJobs object is created by a FaxServer object. FaxJob objects are created by FaxJobs objects.
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 IFaxServer::GetJobs method.
- Supports the IFaxJobs interface.
For more information about creating an instance of a FaxJobs object, and for a list of the object's properties and methods, see IFaxJobs.
Visual Basic
Create by calling the GetJobs method of the FaxServer object.
For more information about creating a FaxJobs object, and for a list of the properties and methods of the object, see FaxJobs object (Visual Basic).