IFaxIncomingQueue interface (faxcomex.h)
The IFaxIncomingQueue interface 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.
The IFaxIncomingQueue interface is accessed through the IFaxFolders interface.
Note Changes made to the FaxIncomingQueue object will not be saved until you call the Save method.
Inheritance
The IFaxIncomingQueue interface inherits from the IDispatch interface. IFaxIncomingQueue also has these types of members:
Methods
The IFaxIncomingQueue interface has these methods.
IFaxIncomingQueue::get_Blocked The Blocked property is a Boolean value that indicates whether the job queue for incoming faxes is blocked. (Get) |
IFaxIncomingQueue::GetJob The GetJob method returns an incoming fax job in the job queue according to its ID. |
IFaxIncomingQueue::GetJobs The GetJobs method returns the collection of inbound fax jobs in the queue. |
IFaxIncomingQueue::put_Blocked The Blocked property is a Boolean value that indicates whether the job queue for incoming faxes is blocked. (Put) |
IFaxIncomingQueue::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. |
IFaxIncomingQueue::Save The Save method saves the FaxIncomingQueue object's data. |
Remarks
To create a FaxIncomingQueue object in C++, call the IFaxFolders::get_IncomingQueue method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |