FaxAccountIncomingQueue.GetJobs method

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

Syntax

FaxAccountIncomingQueue.GetJobs() As IFaxIncomingJobs

Parameters

This method has no parameters.

Return value

Type: IFaxIncomingJobs**

A FaxIncomingJobs object.

Remarks

To use this method, a user must have the far2SUBMIT_LOW access rights.

If the setting "All incoming faxes are viewable by everyone" is true (see IncomingFaxesArePublic) or if the current user has far2MANAGE_RECEIVE_FOLDER access rights, then the set returned includes all the messages present in the fax server incoming queue.

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

FaxAccountIncomingQueue

IFaxAccountIncomingQueue