EmailAddressValidatorVerifyAsync Method (IDataReader, String) |
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task VerifyAsync(
IDataReader emails,
string columnName
)
Public Function VerifyAsync (
emails As IDataReader,
columnName As String
) As Task
Parameters
- emails
- Type: System.DataIDataReader
The data reader, in columnName column containing the e-mail addresses to check for syntax and, optionally, for existence. - columnName
- Type: SystemString
The name of column in the given data reader, containing the e-mail addresses.
Return Value
Type:
TaskA task that represents the asynchronous operation.
Exceptions See Also