MessageValidationErrorType

MessageValidationErrorType enumeration

Enumerates the types of the message validation errors.

Members

Member nameDescription
MESSAGE_STRUCTURE_ERRORIndicates that the message structure is incorrect.
EMAIL_ADDRESS_ERRORIndicates that email address is invalid.
TRANSFER_ENCODING_ERRORIndicates that message contains unexpected unencoded non-ASCII data.
EMPTY_MESSAGE_CLASS_ERRORIndicates that MessageClass is NULL or empty.
UNKNOWN_FORMATIndicates that this file or stream is not a MAPI or MIME type.

See Also