FaxAccountIncomingQueue.GetJob method

Returns an incoming fax job in the job queue of the current fax account according to the job's ID.

Syntax

FaxAccountIncomingQueue.GetJob( _
  ByVal bstrJobId As String _
) As IFaxIncomingJob

Parameters

bstrJobId [in]

Type: String

Specifies the job ID.

Return value

Type: IFaxIncomingJob**

A FaxIncomingJob 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