IFaxAccountOutgoingQueue::GetJobs method (faxcomex.h)

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

Syntax

HRESULT GetJobs(
  [out, retval] IFaxOutgoingJobs **pFaxOutgoingJobs
);

Parameters

[out, retval] pFaxOutgoingJobs

Type: IFaxOutgoingJobs**

A FaxOutgoingJobs object.

Return value

Type: HRESULT

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

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

FaxAccountOutgoingQueue

IFaxAccountOutgoingQueue