次の方法で共有


FaxIncomingQueue.GetJob method

The GetJob method returns an incoming fax job in the job queue according to its ID.

Syntax

FaxIncomingQueue.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 farQUERY_JOBS and farSUBMIT_LOW access rights.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxIncomingQueue

IFaxIncomingQueue