| EmailAddressValidatorVerify Method |
| Name | Description | |
|---|---|---|
| Verify(String) |
Validates a single e-mail address for correct syntax and, optionally, checks it for existence.
| |
| Verify(String) |
Validates e-mail addresses in the string array given.
| |
| Verify(DataTable, String) |
Validates e-mail addresses in the data table given.
| |
| Verify(IDataReader, String) |
Validates e-mail addresses supplied by the data reader.
|