EmailValidator
EmailValidator class
EmailValidator class provides the capability to validate e-mail addresses.
The EmailValidator type exposes the following members:
Constructors
| Name | Description |
|---|
| EmailValidator() | Create an instance of EmailValidator. |
Properties
| Name | Description |
|---|
| dns_servers | 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. |
Methods
| Name | Description |
|---|
| validate(mail_address, policy, result) | |
| validate(mail_address, result) | |
See Also