Enum SmtpCommandNames
Enumerates all of the well-known SMTP command names.
Namespace: Swan.Net.Smtp
Syntax
public enum SmtpCommandNames
Fields
Name | Description |
---|---|
AUTH | The authentication command |
DATA | The data command |
EHLO | The ehlo command |
EXPN | The expn command |
HELO | The helo command |
HELP | The help command |
The mail command |
|
NOOP | The noop command |
QUIT | The quit command |
RCPT | The RCPT command |
RSET | The rset command |
SAML | The saml command |
SEND | The send command |
SOML | The soml command |
STARTTLS | The starttls command |
Unknown | An unknown command |
VRFY | The vrfy command |