EmailValidator Methods

The EmailValidator type exposes the following members.

Methods
  NameDescription
Public methodBeginValidate
Begins an asynchronous validating process for an email address.
Public methodEndValidate
Ends an asynchronous validating process for an email address.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodValidate(String, ValidationResult)
Validate email address, with the MailServer validation policy.
Public methodValidate(String, ValidationPolicy, ValidationResult)
Validating the email address
See Also