FaxIncomingJob.JobType property

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

Property JobType As byte

Property value

Value that specifies the fax job type.

(0)

The job is an outbound job.

(1)

The job is an incoming job (being received through a modem).

(2)

The incoming job has been received, and is now in routing mode (modem is not used).

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

Visual Basic Example

FaxIncomingJob

get_JobType