2.2.56 FAX_ENUM_SMTP_AUTH_OPTIONS

The FAX_ENUM_SMTP_AUTH_OPTIONS enumeration defines the type of authentication used for SMTP connections.

 typedef  enum 
 {
   FAX_SMTP_AUTH_ANONYMOUS = 0,
   FAX_SMTP_AUTH_BASIC = 1,
   FAX_SMTP_AUTH_NTLM = 2
 } FAX_ENUM_SMTP_AUTH_OPTIONS;

FAX_SMTP_AUTH_ANONYMOUS: The server will send fax transmission receipts using a non-authenticated SMTP server. The server's name and port are defined in the FAX_RECEIPTS_CONFIGW (section 2.2.47) structure.

FAX_SMTP_AUTH_BASIC: The server will send fax transmission receipts using a basic (plain text) authenticated SMTP server. The server's name, port, user name, and password are defined in the FAX_RECEIPTS_CONFIGW.

FAX_SMTP_AUTH_NTLM: The server will send fax transmission receipts using an NTLM-authenticated SMTP server. The server's name, port, user name, and password are defined in the FAX_RECEIPTS_CONFIGW.