FaxJobs object
The FaxJobs object represents a collection of FaxJob objects. The FaxJobs object permits a fax client Microsoft Visual Basic application to enumerate the fax jobs associated with a connected fax server, and to create FaxJob objects for fax jobs. There is one FaxJob object for each queued job associated with the server.
The FaxJobs object has the following properties:
- A property to enumerate the number of jobs associated with a connected fax server.
- A property to create a FaxJob object for a specified fax job.
Members
The FaxJobs object has these types of members:
Properties
The FaxJobs object has these properties.
Property | Access type | Description |
---|---|---|
Count |
Read-only |
The Count property returns the number of queued fax jobs associated with the connected fax server. |
Item |
Read-only |
The Item property creates a FaxJob object for a specified fax job. The object allows enumeration of the fax jobs associated with a connected fax server. |
Remarks
When to Implement
You should not implement this class. The Microsoft standard implementation provides complete functionality. You can use the Visual Basic Object Browser to view the FaxJobs object's type library information in Visual Basic syntax.
To create a FaxJobs object
- Call the Visual Basic CreateObject function to create a FaxServer object.
- Call the GetJobs method of the FaxServer object to create a FaxJobs object on the connected fax server.
Requirements
Header |
|