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
| Member Name | Description |
|---|---|
| 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 |
Namespace: DotNetOpenMail
Assembly: DotNetOpenMail (in DotNetOpenMail.dll)