EmailAddressValidatorVerifyAsync Method (String)

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Task VerifyAsync(
	string[] emails
)

Parameters

emails
Type: SystemString
The array containing the e-mail addresses to check for syntax and, optionally, for existence.

Return Value

Type: Task
A task that represents the asynchronous operation.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionemails is a null reference (Nothing in Visual Basic) or DnsServers collection is empty.
MailBeeUserAbortExceptionThe user code has aborted the component with Abort method.
See Also