public final class ValidationPolicy
extends Enum
Presents the policy of validating email address.
Modifier and Type | Field and Description |
---|---|
static int |
SyntaxAndDomain
Validating the syntax of the email address firstly, and then validate the domain of the email.
|
static int |
SyntaxOnly
Validating the syntax of the email address.
|
public static final int SyntaxOnly
Validating the syntax of the email address.
public static final int SyntaxAndDomain
Validating the syntax of the email address firstly, and then validate the domain of the email.