FAX_JOB_TYPE_ENUM enumeration (faxcomex.h)

The FAX_JOB_TYPE_ENUM enumeration defines the fax job type.

Syntax

typedef enum FAX_JOB_TYPE_ENUM {
  fjtSEND = 0,
  fjtRECEIVE,
  fjtROUTING
} ;

Constants

 
fjtSEND
Value: 0
The job is an outbound job.
fjtRECEIVE
The job is an incoming job (being received through a modem).
fjtROUTING
The incoming job has been received, and is now in routing mode (modem is not used).

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header faxcomex.h

See also

IFaxJobStatus::get_JobType