IFaxJobStatus::get_JobType method (faxcomex.h)

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.

This property is read-only.

Syntax

HRESULT get_JobType(
  FAX_JOB_TYPE_ENUM *pJobType
);

Parameters

pJobType

Return value

None

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

FaxJobStatus

IFaxJobStatus

Visual Basic Example