EmailValidator Class |
Namespace: Aspose.Email.Tools.Verifications
The EmailValidator type exposes the following members.
Name | Description | |
---|---|---|
![]() | EmailValidator |
Create an instance of EmailValidator.
|
Name | Description | |
---|---|---|
![]() | DnsServers |
Gets or sets the Dns server list to use in the email validation.
|
![]() | Timeout |
Gets or sets the length of time (in milliseconds) until the request times out.
|
Name | Description | |
---|---|---|
![]() | BeginValidate |
Begins an asynchronous validating process for an email address.
|
![]() | EndValidate |
Ends an asynchronous validating process for an email address.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Validate(String, ValidationResult) |
Validate email address, with the MailServer validation policy.
|
![]() | Validate(String, ValidationPolicy, ValidationResult) |
Validating the email address
|
Name | Description | |
---|---|---|
![]() | DomainValidating |
This event occurs when validating the domain of an email addresss.
|
![]() | MailServerValidating |
This event occurs when validating an email addresss on its mail server.
|
![]() | SyntaxValidating |
This event occurs when validating the syntax of an email addresss.
|