public final class EmlValidationErrorType
extends com.aspose.ms.System.Enum
Enumerates the types of the eml validation errors.
Modifier and Type | Field and Description |
---|---|
static int |
EmailAddressError
Indicates that email address is invalid.
|
static int |
MessageStructureError
Indicates that the message structure is incorrect.
|
static int |
TransferEncodingError
Indicates that message contains unexpected unencoded non-ASCII data.
|
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 MessageStructureError
Indicates that the message structure is incorrect.
public static final int EmailAddressError
Indicates that email address is invalid.
public static final int TransferEncodingError
Indicates that message contains unexpected unencoded non-ASCII data.