Enum ValidationPolicy
ValidationPolicy enumeration
Presents the policy of validating email address.
public enum ValidationPolicy
Values
| Name | Value | Description |
|---|---|---|
| SyntaxOnly | 0 | Validating the syntax of the email address. |
| SyntaxAndDomain | 1 | Validating the syntax of the email address firstly, and then validate the domain of the email. |
See Also
- namespace Aspose.Email.Tools.Verifications
- assembly Aspose.Email