EmailValidator

EmailValidator class

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

Constructors

NameDescription
EmailValidatorCreate an instance of EmailValidator .

Methods

NameDescription
get_DnsServersGets the Dns server list to use in the email validation.
get_TimeoutGets the length of time (in milliseconds) until the request times out.
set_DnsServersSets the Dns server list to use in the email validation.
set_TimeoutSets the length of time (in milliseconds) until the request times out.
Validate (2 overloads)Validate email address, with the MailServer validation policy.
DomainValidatingThis event occurs when validating the domain of an email addresss.
MailServerValidatingThis event occurs when validating an email addresss on its mail server.
SyntaxValidatingThis event occurs when validating the syntax of an email addresss.