IFaxAccountIncomingQueue::GetJobs method (faxcomex.h)

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

Syntax

HRESULT GetJobs(
  [out, retval] IFaxIncomingJobs **pFaxIncomingJobs
);

Parameters

[out, retval] pFaxIncomingJobs

Type: IFaxIncomingJobs**

A FaxIncomingJobs object.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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

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
DLL Fxscomex.dll

See also

FaxAccountIncomingQueue

IFaxAccountIncomingQueue