EnumSMTPAuthenticationType Enumeration
|
The list of authentication types to an SMTP server
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public enum EnumSMTPAuthenticationType
Public Enumeration EnumSMTPAuthenticationType
public enum class EnumSMTPAuthenticationType
type EnumSMTPAuthenticationType
Members
| Member name | Value | Description |
---|
| ANONYMOUS | 0 |
Anonymous authentication
|
| BASIC | 1 |
Basic authentication
|
| NTLM | 2 |
Windows Challenge/Response authentication, for SMTP server on Windows only
|
See Also