Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FaxIncomingJobs collection is used by a fax client application to manage the inbound fax jobs in a fax server's job queue. Each incoming job is represented by a FaxIncomingJob object.
A FaxIncomingJobs object is accessed through a FaxIncomingQueue object.
Members
The FaxIncomingJobs object has these types of members:
Properties
The FaxIncomingJobs object has these properties.
Property | Access type | Description |
---|---|---|
Count |
Read-only |
The Count property represents the number of objects in the FaxIncomingJobs collection. This is the total number of incoming jobs for the fax server. |
Item |
Read-only |
The Item property returns a FaxIncomingJob object from the FaxIncomingJobs collection. |
Remarks
To create a FaxIncomingJobs object in Microsoft Visual Basic, call the GetJobs property of the FaxIncomingQueue object.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxIncomingJobs |
See also