SmtpAuthType Enumeration


Specifies the smtp user authentication mechanism.

[VisualĀ Basic]
Public Enum SmtpAuthType
[C#]
public enum SmtpAuthType
[C++]
__value public enum SmtpAuthType
[JScript]
public enum SmtpAuthType

Members

Members name Description
AuthAuto Specifies that the smtp client selects the authentication mechanism automatically. (default and recommanded)
AuthLogin Specifies that the smtp server uses AUTH LOGIN mechanism.
AuthPlain Specifies that the smtp server uses AUTH PLAIN mechanism.
AuthCRAM5 Specifies that the smtp server uses AUTH CRAM-MD5 mechanism.
AuthNTLM Specifies that the smtp server uses AUTH NTLM mechanism.
AuthMSN Specifies that the smtp server uses AUTH MSN mechanism.