2.2.65 FAX_ENUM_PRIORITY_TYPE

The FAX_ENUM_PRIORITY_TYPE enumeration defines types of priorities for outgoing faxes.

 typedef  enum 
 {
   FAX_PRIORITY_TYPE_LOW = 0x00000000,
   FAX_PRIORITY_TYPE_NORMAL = 0x00000001,
   FAX_PRIORITY_TYPE_HIGH = 0x00000002
 } FAX_ENUM_PRIORITY_TYPE;

FAX_PRIORITY_TYPE_LOW: The fax is sent with a low priority.

FAX_PRIORITY_TYPE_NORMAL: The fax is sent with a normal priority.

FAX_PRIORITY_TYPE_HIGH: The fax is sent with a high priority.