SmtpStatusCode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class SmtpStatusCode extends System.Enum

Smtp status codes

Fields

FieldDescription
AuthenticationMechanismIsToWeakAuthentication mechanism is to weak
AuthenticationRequiredThe SMTP server requires a secure connection or the client was not authenticated.
AuthenticationSucceededAuthentication Succeeded
Base64ResponseText part containing the [BASE64] encoded string
CannotVerifyUserWillAttemptDeliveryThe recipient cannot be VRFYed, but the server accepts the message and attempts delivery.
ClientNotPermittedClient does not have permission.
CommandNotImplementedThis command is not implemented.
CommandNotPermitted\u0421ommand is not permitted during a mail transaction
CommandUnrecognizedThe server could not recognize the command due to a syntax error.
CredentialsInvalidAuthentication credentials invalid
EncryptionRequiredRequestedMechanismEncryption required for requested authentication mechanism
EnumSeparatorCharArray
ExceededStorageAllocation“Requested mail actions aborted \u2013 Exceeded storage allocation”: simply put, the recipient’s mailbox has exceeded its limits.
GeneralFailureGeneral failure
HelpMessageA help message for a human reader will follow.
InsufficientStorageThe command has been aborted because the server has insufficient system storage.
LocalErrorInProcessingThe command has been aborted due to a server error.
MailboxBusyThe requested command failed because the user\u2019s mailbox was unavailable (such as being full).
MailboxNameNotAllowed“Requested action not taken \u2013 Mailbox name invalid”.
MailboxUnavailableIt usually defines a non-existent email address on the remote side.
NotDefinedNot defined
OkRequested action taken and completed.
PasswordTransitionNeededA password transition is needed
ServiceClosingTransmissionChannelService closing transmission channel
ServiceNotAvailableThe service is not available and the connection will be closed.
ServiceReadySMTP Service ready.
StartMailInputStart message input and end with.
SyntaxErrorA syntax error was encountered in command arguments.
SystemStatusSystem status, or system help reply.
TransactionFailedThis means that the transaction has failed.
UnrecognizedAuthenticationTypeUnrecognized authentication type
UserNotLocalTryAlternatePath“User not local or invalid address \u2013 Relay denied”.
UserNotLocalWillForwardThe recipient is not local to the server, but the server will accept and forward the message.

Methods

MethodDescription
Clone()
CloneTo(T arg0)
CloneTo(System.Enum arg0)
equals(Object arg0)
format(System.Type arg0, Object arg1, String arg2)
format(Class arg0, long arg1, String arg2)
getClass()
getName(System.Type arg0, Object arg1)
getName(Class arg0, long arg1)
getNames(System.Type arg0)
getNames(Class arg0)
getUnderlyingType(System.Type arg0)
getUnderlyingType(Class arg0)
getValue(Class arg0, String arg1)
getValues(System.Type arg0)
get_Caption()
get_Value()
hashCode()
isDefined(System.Type arg0, Object arg1)
isDefined(System.Type arg0, String arg1)
isDefined(System.Type arg0, long arg1)
isDefined(Class arg0, long arg1)
notify()
notifyAll()
parse(System.Type arg0, String arg1)
parse(System.Type arg0, String arg1, Boolean arg2)
parse(Class arg0, String arg1)
parse(Class arg0, String arg1, Boolean arg2)
register(System.Enum.AbstractEnum arg0)
toObject(System.Type arg0, Object arg1)
toString()
toString(Class arg0, long arg1)
wait()
wait(long arg0)
wait(long arg0, int arg1)

AuthenticationMechanismIsToWeak

public static final int AuthenticationMechanismIsToWeak

Authentication mechanism is to weak

AuthenticationRequired

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.

AuthenticationSucceeded

public static final int AuthenticationSucceeded

Authentication Succeeded

Base64Response

public static final int Base64Response

Text part containing the [BASE64] encoded string

CannotVerifyUserWillAttemptDelivery

public static final int CannotVerifyUserWillAttemptDelivery

The recipient cannot be VRFYed, but the server accepts the message and attempts delivery.

ClientNotPermitted

public static final int ClientNotPermitted

Client does not have permission. TLS not available due to temporary reason. Encryption required for requested authentication mechanism.

CommandNotImplemented

public static final int CommandNotImplemented

This command is not implemented.

CommandNotPermitted

public static final int CommandNotPermitted

\u0421ommand is not permitted during a mail transaction

CommandUnrecognized

public static final int CommandUnrecognized

The server could not recognize the command due to a syntax error.

CredentialsInvalid

public static final int CredentialsInvalid

Authentication credentials invalid

EncryptionRequiredRequestedMechanism

public static final int EncryptionRequiredRequestedMechanism

Encryption required for requested authentication mechanism

EnumSeparatorCharArray

public static final char[] EnumSeparatorCharArray

ExceededStorageAllocation

public static final int ExceededStorageAllocation

“Requested mail actions aborted \u2013 Exceeded storage allocation”: simply put, the recipient’s mailbox has exceeded its limits.

GeneralFailure

public static final int GeneralFailure

General failure

HelpMessage

public static final int HelpMessage

A help message for a human reader will follow. SMTP 214 is usually provided as a response to the \u201cHELP\u201d 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.

InsufficientStorage

public static final int InsufficientStorage

The command has been aborted because the server has insufficient system storage.

LocalErrorInProcessing

public static final int LocalErrorInProcessing

The command has been aborted due to a server error. (on their side)

MailboxBusy

public static final int MailboxBusy

The requested command failed because the user\u2019s mailbox was unavailable (such as being full). Try again later.

MailboxNameNotAllowed

public static final int MailboxNameNotAllowed

“Requested action not taken \u2013 Mailbox name invalid”. That is, there’s an incorrect email address into the recipients line.

MailboxUnavailable

public static final int MailboxUnavailable

It usually defines a non-existent email address on the remote side.

NotDefined

public static final int NotDefined

Not defined

Ok

public static final int Ok

Requested action taken and completed.

PasswordTransitionNeeded

public static final int PasswordTransitionNeeded

A password transition is needed

ServiceClosingTransmissionChannel

public static final int ServiceClosingTransmissionChannel

Service closing transmission channel

ServiceNotAvailable

public static final int ServiceNotAvailable

The service is not available and the connection will be closed.

ServiceReady

public static final int ServiceReady

SMTP Service ready.

StartMailInput

public static final int StartMailInput

Start message input and end with. This indicates that the server is ready to accept the message itself

SyntaxError

public static final int SyntaxError

A syntax error was encountered in command arguments.

SystemStatus

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.

TransactionFailed

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.

UnrecognizedAuthenticationType

public static final int UnrecognizedAuthenticationType

Unrecognized authentication type

UserNotLocalTryAlternatePath

public static final int UserNotLocalTryAlternatePath

“User not local or invalid address \u2013 Relay denied”. Meaning, if both your address and the recipient’s are not locally hosted by the server, a relay can be interrupted.

UserNotLocalWillForward

public static final int UserNotLocalWillForward

The recipient is not local to the server, but the server will accept and forward the message.

Clone()

public System.Enum Clone()

Returns: com.aspose.ms.System.Enum

CloneTo(T arg0)

public abstract void CloneTo(T arg0)

Parameters:

ParameterTypeDescription
arg0T

CloneTo(System.Enum arg0)

public void CloneTo(System.Enum arg0)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Enum

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

format(System.Type arg0, Object arg1, String arg2)

public static String format(System.Type arg0, Object arg1, String arg2)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1java.lang.Object
arg2java.lang.String

Returns: java.lang.String

format(Class arg0, long arg1, String arg2)

public static String format(Class<?> arg0, long arg1, String arg2)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1long
arg2java.lang.String

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName(System.Type arg0, Object arg1)

public static String getName(System.Type arg0, Object arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1java.lang.Object

Returns: java.lang.String

getName(Class arg0, long arg1)

public static String getName(Class<?> arg0, long arg1)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1long

Returns: java.lang.String

getNames(System.Type arg0)

public static String[] getNames(System.Type arg0)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type

Returns: java.lang.String[]

getNames(Class arg0)

public static Collection<String> getNames(Class<?> arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Class

Returns: java.util.Collection<java.lang.String>

getUnderlyingType(System.Type arg0)

public static System.Type getUnderlyingType(System.Type arg0)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type

Returns: com.aspose.ms.System.Type

getUnderlyingType(Class arg0)

public static Class<? extends Number> getUnderlyingType(Class<?> arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Class

Returns: java.lang.Class<? extends java.lang.Number>

getValue(Class arg0, String arg1)

public static long getValue(Class<?> arg0, String arg1)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1java.lang.String

Returns: long

getValues(System.Type arg0)

public static System.Array getValues(System.Type arg0)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type

Returns: com.aspose.ms.System.Array

get_Caption()

public String get_Caption()

Returns: java.lang.String

get_Value()

public long get_Value()

Returns: long

hashCode()

public native int hashCode()

Returns: int

isDefined(System.Type arg0, Object arg1)

public static boolean isDefined(System.Type arg0, Object arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1java.lang.Object

Returns: boolean

isDefined(System.Type arg0, String arg1)

public static boolean isDefined(System.Type arg0, String arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1java.lang.String

Returns: boolean

isDefined(System.Type arg0, long arg1)

public static boolean isDefined(System.Type arg0, long arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1long

Returns: boolean

isDefined(Class arg0, long arg1)

public static boolean isDefined(Class<?> arg0, long arg1)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1long

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

parse(System.Type arg0, String arg1)

public static long parse(System.Type arg0, String arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1java.lang.String

Returns: long

parse(System.Type arg0, String arg1, Boolean arg2)

public static long parse(System.Type arg0, String arg1, Boolean arg2)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1java.lang.String
arg2java.lang.Boolean

Returns: long

parse(Class arg0, String arg1)

public static long parse(Class<?> arg0, String arg1)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1java.lang.String

Returns: long

parse(Class arg0, String arg1, Boolean arg2)

public static long parse(Class<?> arg0, String arg1, Boolean arg2)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1java.lang.String
arg2java.lang.Boolean

Returns: long

register(System.Enum.AbstractEnum arg0)

public static void register(System.Enum.AbstractEnum arg0)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Enum.AbstractEnum

toObject(System.Type arg0, Object arg1)

public static Object toObject(System.Type arg0, Object arg1)

Parameters:

ParameterTypeDescription
arg0com.aspose.ms.System.Type
arg1java.lang.Object

Returns: java.lang.Object

toString()

public String toString()

Returns: java.lang.String

toString(Class arg0, long arg1)

public static String toString(Class<?> arg0, long arg1)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1long

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int