SMTPAUTHTYPE enumeration
Do not use. Defines Simple Mail Transport Protocol (SMTP) authentication types.
Syntax
typedef enum tagSMTPAUTHTYPE {
SMTP_AUTH_NONE = 0,
SMTP_AUTH_SICILY = 1,
SMTP_AUTH_USE_POP3ORIMAP_SETTINGS = 2,
SMTP_AUTH_USE_SMTP_SETTINGS = 3
} ACCESSTYPE;
Constants
-
SMTP_AUTH_NONE
-
Indicates using no authentication.
-
SMTP_AUTH_SICILY
-
Indicates using SPA for authentication.
-
SMTP_AUTH_USE_POP3ORIMAP_SETTINGS
-
Indicates using the POP3 or IMAP authentication settings.
-
SMTP_AUTH_USE_SMTP_SETTINGS
-
Indicates using SMTP authentication settings.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|