EmailAddressValidatorVerifyAsync Method (String)

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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