Modifier and Type | Method and Description |
---|---|
ValidationResult |
SyntaxValidatingEventArgs.getResult()
Gets or sets the validation result.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.IAsyncResult |
EmailValidator.beginValidate(String mailAddress,
int policy,
ValidationResult[] result,
com.aspose.ms.System.AsyncCallback asyncCallback,
Object stateObject)
Begins an asynchronous validating process for an email address.
|
void |
EmailValidator.endValidate(ValidationResult[] validationResult,
com.aspose.ms.System.IAsyncResult asyncResult)
Ends an asynchronous validating process for an email address.
|
void |
SyntaxValidatingEventArgs.setResult(ValidationResult value)
Gets or sets the validation result.
|
void |
EmailValidator.validate(String mailAddress,
int policy,
ValidationResult[] result)
Validating the email address
|
void |
EmailValidator.validate(String mailAddress,
ValidationResult[] result)
Validate email address, with the MailServer validation policy.
|