Share via


FaxAccountOutgoingQueue.GetJob method

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

Syntax

FaxAccountOutgoingQueue.GetJob( _
  ByVal bstrJobId As String _
) As IFaxOutgoingJob2

Parameters

bstrJobId [in]

Type: String

Specifies the job ID.

Return value

Type: IFaxOutgoingJob2**

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