'Declaration
Public Enum SMTPAuthenticationType Inherits System.Enum
public enum SMTPAuthenticationType : System.Enum
public enum class SMTPAuthenticationType : public System.Enum
'Declaration
Public Enum SMTPAuthenticationType Inherits System.Enum
public enum SMTPAuthenticationType : System.Enum
public enum class SMTPAuthenticationType : public System.Enum
Member | Value | Description |
---|---|---|
AuthLogin | 1 | Use AUTH LOGIN |
Automatic | 10 | Automatically select the best authentication type |
CramMD5 | 2 | Use CRAM-MD5 |
None | 0 | No authentication used. |
OAuth2 | 20 | Use OAuth2 |
SASL | 4 | Use NTLM |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.SMTPAuthenticationType
ArcanaDevelopment.adTempus.Shared Namespace
ArcanaDevelopment.adTempus.Client.MessagingServiceProvider:AuthenticationType