EmailValidator
Contents
[
Hide
]EmailValidator class
EmailValidator class provides the capability to validate e-mail addresses.
Constructors
| Name | Description |
|---|---|
| EmailValidator | Create an instance of EmailValidator . |
Methods
| Name | Description |
|---|---|
| get_DnsServers | Gets the Dns server list to use in the email validation. |
| get_Timeout | Gets the length of time (in milliseconds) until the request times out. |
| set_DnsServers | Sets the Dns server list to use in the email validation. |
| set_Timeout | Sets the length of time (in milliseconds) until the request times out. |
| Validate (2 overloads) | Validate email address, with the MailServer validation policy. |
| 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. |