FaxAccountOutgoingQueue object

Used by a fax client application to get the outbound fax jobs (FaxOutgoingJobs object) in the outbound job queue of a particular fax account.

A FaxAccountOutgoingQueue object is accessed through a FaxAccountFolders object.

faxaccountfolders, faxaccountoutgoingqueue, and faxoutgoingjobs

Members

The FaxAccountOutgoingQueue object has these types of members:

Methods

The FaxAccountOutgoingQueue object has these methods.

Method Description
GetJob Returns an outgoing fax job in the job queue of the current fax account according to the job's ID.
GetJobs Returns the collection of outbound 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_FaxAccountOutgoingQueue

See also

FaxAccountFolders

IFaxAccountOutgoingQueue