public class SyntaxValidatingEventArgs
extends com.aspose.ms.System.EventArgs
Provides data for the SyntaxValidating event.
Constructor and Description |
---|
SyntaxValidatingEventArgs(String mail)
Initializes a new instance of the SyntaxValidatingEventArgs class.
|
Modifier and Type | Method and Description |
---|---|
String |
getMail()
Gets the mail address is being validating.
|
ValidationResult |
getResult()
Gets or sets the validation result.
|
boolean |
getSkip()
Indicates whether to ignore the check.
|
void |
setResult(ValidationResult value)
Gets or sets the validation result.
|
void |
setSkip(boolean value)
Indicates whether to ignore the check.
|
public SyntaxValidatingEventArgs(String mail)
Initializes a new instance of the SyntaxValidatingEventArgs class.
mail
- The mail address.public boolean getSkip()
Indicates whether to ignore the check.
public void setSkip(boolean value)
Indicates whether to ignore the check.
value
- a boolean.public ValidationResult getResult()
Gets or sets the validation result.
ValidationResult
object.public void setResult(ValidationResult value)
Gets or sets the validation result.
value
- a ValidationResult
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.