FaxAccountIncomingQueue object

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

A FaxAccountIncomingQueue object is accessed through a FaxAccountFolders object.

faxaccountfolders, faxaccountincomingqueue, and faxincomingjob

Members

The FaxAccountIncomingQueue object has these types of members:

Methods

The FaxAccountIncomingQueue object has these methods.

Method Description
GetJob Returns an incoming fax job in the job queue of the current fax account according to the job's ID.
GetJobs Returns the collection of inbound fax jobs in the queue for the current fax account.

 

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxAccountIncomingQueue

See also

FaxAccountFolders

IFaxAccountIncomingQueue