EmailAddressValidatorValidationLevel Property
Gets or sets the level of deepness of e-mail address verification.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public AddressValidationLevel ValidationLevel { get; set; }

Property Value

Type: AddressValidationLevel
The value which tells MailBee which checks to do in order to validate an e-mail address. The default value is SendAttempt (maximum level of verification).
See Also