EmailAddressValidatorVerifyAsync Method (String) |
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Task<AddressValidationLevel> VerifyAsync(
string email
)
Public Function VerifyAsync (
email As String
) As Task(Of AddressValidationLevel)
Parameters
- email
- Type: SystemString
The e-mail address to check. Must be somewhat like "user@domain.com".
Return Value
Type:
TaskAddressValidationLevelA task that represents the asynchronous operation. The value of
TResult parameter is
OK if the validation succeeded, or the particular validation level
at which the verification failed.
Exceptions See Also