Class SmtpDefinitions.SmtpAuthMethods
Lists the AUTH methods supported by default.
Inherited Members
Namespace: Swan.Net.Smtp
Syntax
public static class SmtpAuthMethods
Fields
Login
The login method.
Declaration
public const string Login = "LOGIN"
Field Value
Type | Description |
---|---|
String |
Plain
The plain method.
Declaration
public const string Plain = "PLAIN"
Field Value
Type | Description |
---|---|
String |