Specifies the pop3/imap4 user authentication mechanism.
[VisualĀ Basic] Public Enum ServerAuthType
[C#] public enum ServerAuthType
[C++] __value public enum ServerAuthType
[JScript] public enum ServerAuthType
Members
| Members name | Description |
| AuthLogin | Specifies that the mail server uses plain text authentication. |
| AuthCRAM5 | Specifies that the mail server uses MD5 hash authentication. |
| AuthNTLM | Specifies that the mail server uses NTLM authentication. |