aspNetEmail

SmtpState Enumeration

The current state of the SMTP Server session, as identified by various SMTP commands

publicĀ enumĀ SmtpState

Members

Member NameDescription
UnknownThe SMTP session has entered an unknown state.
InitThe initiation of the SMTP session.
HeloThe HELO command
EhloThe EHLO command
MailFromThe MAIL FROM command
RcptToThe RCPT TO command
DataInitThe DATA command was initiated.
DataEndThe DATA was sent to the server.
RsetThe RSET command
QuitThe QUIT command
AuthLoginThe AUTHLOGIN Command
AuthLoginUsernameThe AUTHLOGIN username was sent.
AuthLoginPasswordThe AUTHLOGIN password is sent
AuthPlainThe AUTHPLAIN command.
XAccountingThe XACT command.
AuthCramMD5 The Auth Cram-MD5 command has been submitted
AuthCramMD5Hash The Auth Cram-MD5 hash has been submitted
StartTLS Start TLS Session
Noop The client issued a NOOP command.

Requirements

Namespace: aspNetEmail

Assembly: aspNetEmail (in aspNetEmail.dll)

See Also

aspNetEmail Namespace