DotNetOpenMail 0.5.7 (beta)

SmtpResponseCode Enumeration

SMTP server response codes and their meanings.

[Visual Basic]
Public Enum SmtpResponseCode
[C#]
public enum SmtpResponseCode
[C++]
public __value enum SmtpResponseCode
[JScript]
public enum SmtpResponseCode

Members

Member NameDescription
SystemStatus 
Help 
HeloReply 
Quit 
AuthSuccessful 
Ok 
OkWillForward 
OkWithoutVerify 
OkMsgStarted 
StartMailInput 
TransactionOffset 
ServiceNotAvailable 
PasswordNeeded 
MailboxBusy 
ErrorProcessing 
InsufficientStorage 
NoMail 
TlsNotAvailable 
NoMsgQueue 
NodeNotAllowed 
UnknownCmd 
SyntaxError 
CmdNotImplemented 
BadSequence 
ParamNotImplemented 
SecurityError 
MailNotAccepted 
StartTLSneeded 
AuthTooWeak 
EncryptionRequired 
ActionNotTaken 
NotLocalPleaseForward 
ExceedStorageAllowance 
MailboxNameNotAllowed 
TransactionFailed 

Requirements

Namespace: DotNetOpenMail

Assembly: DotNetOpenMail (in DotNetOpenMail.dll)

See Also

DotNetOpenMail Namespace