public final class ValidationPolicy
extends com.aspose.ms.System.Enum
Presents the policy of validating email address.
Modifier and Type | Field and Description |
---|---|
static int |
MailServer
Validating the email address by trying to connet to the mail server.
|
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.
public static final int MailServer
Validating the email address by trying to connet to the mail server.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.