ValidationResponseCode

ValidationResponseCode enumeration

Represents the response status of the mail validating process.

Members

Member nameDescription
VALIDATION_SUCCESSThe mail address validating is successful.
SYNTAX_VALIDATION_FAILEDThe mail address validating process failed at the syntax validation.
DOMAIN_VALIDATION_FAILEDThe mail address validating process failed at the domain validation.
MAIL_SERVER_VALIDATION_ERRORThe mail address validating process failed at the mail server validation.

See Also