IFaxIncomingJob::get_JobType method (faxcomex.h)

Retrieves the JobType property of a FaxIncomingJob object. The JobType property describes the type of fax job; for example, the job can be a receive job, a send job, or a routing job.

Syntax

HRESULT get_JobType(
  [out, retval] FAX_JOB_TYPE_ENUM *pJobType
);

Parameters

[out, retval] pJobType

Type: FAX_JOB_TYPE_ENUM*

Pointer to a value from the FAX_JOB_TYPE_ENUM enumeration that specifies the fax job type.

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 XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

IFaxIncomingJob

JobType

Visual Basic Example