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

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