IFaxAccountIncomingQueue interface (faxcomex.h)

Used by a fax client application to retrieve the inbound fax jobs (FaxIncomingJobs object) in the job queue for a particular fax account.

The IFaxAccountIncomingQueue interface is accessed through the IFaxAccountFolders interface.

Inheritance

The IFaxAccountIncomingQueue interface inherits from the IDispatch interface. IFaxAccountIncomingQueue also has these types of members:

Methods

The IFaxAccountIncomingQueue interface has these methods.

 
IFaxAccountIncomingQueue::GetJob

Returns an incoming fax job in the job queue of the current fax account according to the job's ID.
IFaxAccountIncomingQueue::GetJobs

Returns the collection of inbound fax jobs in the queue for the current fax account.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h

See also

FaxAccountIncomingQueue

IDispatch

IFaxAccountFolders