FAX_PRIORITY_TYPE_ENUM enumeration (faxcomex.h)

The FAX_PRIORITY_TYPE_ENUM enumeration defines the types of priorities for outbound faxes.

Syntax

typedef enum FAX_PRIORITY_TYPE_ENUM {
  fptLOW = 0,
  fptNORMAL,
  fptHIGH
} ;

Constants

 
fptLOW
Value: 0
The fax will be sent with a low priority. All faxes that have a normal or a high priority will be sent before a fax that has a low priority.
fptNORMAL
The fax will be sent with a normal priority. All faxes that have a high priority will be sent before a fax that has a normal priority.
fptHIGH
The fax will be sent with a high priority.

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

IFaxDocument::get_Priority

IFaxOutgoingJob::get_Priority

IFaxOutgoingMessage::get_Priority