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 FaxIncomingQueue configuration object is used by a fax client application to manage the inbound fax jobs (FaxIncomingJobs object) in the job queue. The object also includes a method to block inbound faxes from the fax job queue.
A FaxIncomingQueue object is accessed through a FaxFolders object.
Note
Changes made to the FaxIncomingQueue object will not be saved until you call the Save method.
Members
The FaxIncomingQueue object has these types of members:
Methods
The FaxIncomingQueue object has these methods.
Method | Description |
---|---|
GetJob | The GetJob method returns an incoming fax job in the job queue according to its ID. |
GetJobs | The GetJobs method returns the collection of inbound fax jobs in the queue. |
Refresh | The Refresh method refreshes FaxIncomingQueue object information from the fax server. When the Refresh method is called, any configuration changes made after the last Save method call are lost. |
Save | The Save method saves the FaxIncomingQueue object's data. |
Properties
The FaxIncomingQueue object has these properties.
Property | Access type | Description |
---|---|---|
Blocked |
Read/write |
The Blocked property is a Boolean value that indicates whether the job queue for incoming faxes is blocked. |
Remarks
To create a FaxIncomingQueue object in Microsoft Visual Basic, call the IncomingQueue method of the FaxFolders object.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxIncomingQueue |
See also