FaxAccountOutgoingQueue.GetJobs method

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

Syntax

FaxAccountOutgoingQueue.GetJobs() As IFaxOutgoingJobs

Parameters

This method has no parameters.

Return value

Type: IFaxOutgoingJobs**

A FaxOutgoingJobs object.

Requirements

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

See also

FaxAccountOutgoingQueue

IFaxAccountOutgoingQueue