2.2.3 FAX_ENUM_CONFIG_OPTION

The FAX_ENUM_CONFIG_OPTION enumeration identifies the configuration option to be returned by the FAX_GetConfigOption (section 3.1.4.1.35) method.

 typedef  enum 
 {
   FAX_CONFIG_OPTION_ALLOW_PERSONAL_CP = 0x00000000,
   FAX_CONFIG_OPTION_QUEUE_STATE = 0x00000001,
   FAX_CONFIG_OPTION_ALLOWED_RECEIPTS = 0x00000002,
   FAX_CONFIG_OPTION_INCOMING_FAXES_PUBLIC = 0x00000003
 } FAX_ENUM_CONFIG_OPTION;

FAX_CONFIG_OPTION_ALLOW_PERSONAL_CP: Represents whether the server allows personal cover pages.

FAX_CONFIG_OPTION_QUEUE_STATE: Corresponds to the state of the queue in Queue State.

FAX_CONFIG_OPTION_ALLOWED_RECEIPTS: Corresponds to the type of receipts the server is configured to send.

FAX_CONFIG_OPTION_INCOMING_FAXES_PUBLIC: Corresponds to the viewing permissions of incoming faxes.