MaxValidationLevel Property

UltimateEmail

UltimateEmail Class Library

Validator.MaxValidationLevel Property

Gets or sets the maximum validation level to check.

[Visual Basic] Public Property MaxValidationLevel As ValidationLevel
[C#]
public ValidationLevel MaxValidationLevel {get; set;}

Property Value

Maximum validation level to check. The default value is ValidationLevel.Account (highest level of validation) in order to verify that the email account exists on the SMTP server. Validation levels are checked in the order of Syntax, Domain, SMTP, and Account.

Remarks

Use this property to set the maximum validation level to check.

See Also

Validator Class | Karamasoft.WebControls.UltimateEmail Namespace