public final class SmtpStatusCode
extends com.aspose.ms.System.Enum
Smtp status codes
Modifier and Type | Field and Description |
---|---|
static int |
AuthenticationMechanismIsToWeak
Authentication mechanism is to weak
|
static int |
AuthenticationRequired
The SMTP server requires a secure connection or the client was not authenticated.
|
static int |
AuthenticationSucceeded
Authentication Succeeded
|
static int |
Base64Response
Text part containing the [BASE64] encoded string
|
static int |
CannotVerifyUserWillAttemptDelivery
The recipient cannot be VRFYed, but the server accepts the message and attempts delivery.
|
static int |
ClientNotPermitted
Client does not have permission.
|
static int |
CommandNotImplemented
This command is not implemented.
|
static int |
CommandNotPermitted
Сommand is not permitted during a mail transaction
|
static int |
CommandUnrecognized
The server could not recognize the command due to a syntax error.
|
static int |
CredentialsInvalid
Authentication credentials invalid
|
static int |
EncryptionRequiredRequestedMechanism
Encryption required for requested authentication mechanism
|
static int |
ExceededStorageAllocation
"Requested mail actions aborted – Exceeded storage allocation": simply put, the recipient's mailbox has exceeded its limits.
|
static int |
GeneralFailure
General failure
|
static int |
HelpMessage
A help message for a human reader will follow.
|
static int |
InsufficientStorage
The command has been aborted because the server has insufficient system storage.
|
static int |
LocalErrorInProcessing
The command has been aborted due to a server error.
|
static int |
MailboxBusy
The requested command failed because the user’s mailbox was unavailable (such as being full).
|
static int |
MailboxNameNotAllowed
"Requested action not taken – Mailbox name invalid".
|
static int |
MailboxUnavailable
It usually defines a non-existent email address on the remote side.
|
static int |
NotDefined
Not defined
|
static int |
Ok
Requested action taken and completed.
|
static int |
PasswordTransitionNeeded
A password transition is needed
|
static int |
ServiceClosingTransmissionChannel
Service closing transmission channel
|
static int |
ServiceNotAvailable
The service is not available and the connection will be closed.
|
static int |
ServiceReady
SMTP Service ready.
|
static int |
StartMailInput
Start message input and end with.
|
static int |
SyntaxError
A syntax error was encountered in command arguments.
|
static int |
SystemStatus
System status, or system help reply.
|
static int |
TransactionFailed
This means that the transaction has failed.
|
static int |
UnrecognizedAuthenticationType
Unrecognized authentication type
|
static int |
UserNotLocalTryAlternatePath
"User not local or invalid address – Relay denied".
|
static int |
UserNotLocalWillForward
The recipient is not local to the server, but the server will accept and forward the message.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotDefined
Not defined
public static final int GeneralFailure
General failure
public static final int SystemStatus
System status, or system help reply. A SMTP status 211 is a message that gives details about the Mail Server status. In the case of a System Help reply, it is a message to the user requesting help information.
public static final int HelpMessage
A help message for a human reader will follow. SMTP 214 is usually provided as a response to the “HELP” command. A user will usually receive this as a displays of information about the mail server and it will most likely be in the form of a link to the FAQ page of THAT particular SMTP software that is running on the mail server. Due to the nature of this error and how the email server responds, it is normally called a reply, as in SMTP Reply 214.
public static final int ServiceReady
SMTP Service ready.
public static final int ServiceClosingTransmissionChannel
Service closing transmission channel
public static final int AuthenticationSucceeded
Authentication Succeeded
public static final int Ok
Requested action taken and completed.
public static final int UserNotLocalWillForward
The recipient is not local to the server, but the server will accept and forward the message.
public static final int CannotVerifyUserWillAttemptDelivery
The recipient cannot be VRFYed, but the server accepts the message and attempts delivery.
public static final int Base64Response
Text part containing the [BASE64] encoded string
public static final int StartMailInput
Start message input and end with. This indicates that the server is ready to accept the message itself
public static final int ServiceNotAvailable
The service is not available and the connection will be closed.
public static final int PasswordTransitionNeeded
A password transition is needed
public static final int MailboxBusy
The requested command failed because the user’s mailbox was unavailable (such as being full). Try again later.
public static final int LocalErrorInProcessing
The command has been aborted due to a server error. (on their side)
public static final int InsufficientStorage
The command has been aborted because the server has insufficient system storage.
public static final int ClientNotPermitted
Client does not have permission. TLS not available due to temporary reason. Encryption required for requested authentication mechanism.
public static final int CommandUnrecognized
The server could not recognize the command due to a syntax error.
public static final int SyntaxError
A syntax error was encountered in command arguments.
public static final int CommandNotImplemented
This command is not implemented.
public static final int CommandNotPermitted
Сommand is not permitted during a mail transaction
public static final int UnrecognizedAuthenticationType
Unrecognized authentication type
public static final int AuthenticationRequired
The SMTP server requires a secure connection or the client was not authenticated. But sometimes it's about the recipient's server blacklisting yours, or an invalid email address.
public static final int AuthenticationMechanismIsToWeak
Authentication mechanism is to weak
public static final int CredentialsInvalid
Authentication credentials invalid
public static final int EncryptionRequiredRequestedMechanism
Encryption required for requested authentication mechanism
public static final int MailboxUnavailable
It usually defines a non-existent email address on the remote side.
public static final int UserNotLocalTryAlternatePath
"User not local or invalid address – Relay denied". Meaning, if both your address and the recipient's are not locally hosted by the server, a relay can be interrupted.
public static final int ExceededStorageAllocation
"Requested mail actions aborted – Exceeded storage allocation": simply put, the recipient's mailbox has exceeded its limits.
public static final int MailboxNameNotAllowed
"Requested action not taken – Mailbox name invalid". That is, there's an incorrect email address into the recipients line.
public static final int TransactionFailed
This means that the transaction has failed. It's a permanent error and the server will not try to send the message again.