Enum EmlValidationErrorType

EmlValidationErrorType enumeration

Enumerates the types of the eml validation errors.

public enum EmlValidationErrorType

Values

NameValueDescription
MessageStructureError0Indicates that the message structure is incorrect.
EmailAddressError1Indicates that email address is invalid.
TransferEncodingError2Indicates that message contains unexpected unencoded non-ASCII data.

See Also