EmailValidator

EmailValidator class

EmailValidator class provides the capability to validate e-mail addresses.

The EmailValidator type exposes the following members:

Constructors

NameDescription
EmailValidator()Create an instance of EmailValidator.

Properties

NameDescription
dns_serversGets or sets the Dns server list to use in the email validation.
timeoutGets or sets the length of time (in milliseconds) until the request times out.

Methods

NameDescription
validate(mail_address, policy, result)
validate(mail_address, result)

See Also