EmailAddressValidatorVerifyAsync Method (DataTable, String) |
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task VerifyAsync(
DataTable emails,
string columnName
)
Public Function VerifyAsync (
emails As DataTable,
columnName As String
) As Task
Parameters
- emails
- Type: System.DataDataTable
The data table, 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 table, containing the e-mail addresses.
Return Value
Type:
TaskA task that represents the asynchronous operation.
Exceptions See Also