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 final String getMail()
Gets the mail address is being validating.
public final boolean getSkip()
Indicates whether to ignore the check.
public final void setSkip(boolean value)
Indicates whether to ignore the check.
public final ValidationResult getResult()
Gets or sets the validation result.
public final void setResult(ValidationResult value)
Gets or sets the validation result.