EmailAddressValidatorValidationLevel Property |
Gets or sets the level of deepness of e-mail address verification.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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