EmailAddressValidatorValidationLevel Property |
Gets or sets the level of deepness of e-mail address verification.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic AddressValidationLevel ValidationLevel { get; set; }
Public Property ValidationLevel As AddressValidationLevel
Get
Set
Property Value
Type:
AddressValidationLevelThe 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