FAX_SMTP_AUTHENTICATION_TYPE_ENUM enumeration (faxcomex.h)

The FAX_SMTP_AUTHENTICATION_TYPE_ENUM enumeration defines the configuration options for delivery receipts sent through email.

Syntax

typedef enum FAX_SMTP_AUTHENTICATION_TYPE_ENUM {
  fsatANONYMOUS = 0,
  fsatBASIC,
  fsatNTLM
} ;

Constants

 
fsatANONYMOUS
Value: 0
The server sends fax transmission receipts using a nonauthenticated SMTP protocol.
fsatBASIC
The server sends fax transmission receipts using a basic (plain text) authenticated SMTP protocol.
fsatNTLM
The server sends fax transmission receipts using an NTLM-authenticated SMTP protocol.

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

IFaxReceiptOptions::get_AuthenticationType