FaxJob.Type property

The Type property is a number that describes the type of fax job represented by the object.

This property is read-only.

Syntax

Property Type As Long

Property value

A Long that receives a numeric value that describes the type of the specified fax job. This value can be one of the following job types.

JT_SEND (JT_SEND)

The job is an outgoing fax transmission.

JT_RECEIVE (JT_RECEIVE)

The job is an incoming fax transmission.

JT_UNKNOWN (JT_UNKNOWN)

The job type is unknown. This value indicates that the fax server has not yet scheduled the job.

JT_ROUTING (JT_ROUTING)

The fax server tried to route the fax transmission, but routing failed. The fax server will attempt to route the job again.

JT_FAIL_RECEIVE (JT_FAIL_RECEIVE)

The fax server did not route the fax because it did not receive the entire transmission. The fax server saves the partial transmission in a temporary directory.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxJob

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxJob

IFaxJobs