IFaxAccountOutgoingQueue interface (faxcomex.h)

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

The IFaxAccountOutgoingQueue interface is accessed through the IFaxAccountFolders interface.

Inheritance

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

Methods

The IFaxAccountOutgoingQueue interface has these methods.

 
IFaxAccountOutgoingQueue::GetJob

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

Returns the collection of outbound 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

FaxAccountOutgoingQueue

IDispatch

IFaxAccountFolders