ValidationPolicy

ValidationPolicy enumeration

Presents the policy of validating email address.

Members

Member nameDescription
SYNTAX_ONLYValidating the syntax of the email address.
SYNTAX_AND_DOMAINValidating the syntax of the email address firstly, and then validate the domain of the email.

See Also