SyntaxValidatingEventArgs Class

Provides data for the SyntaxValidating event.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Verifications
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class SyntaxValidatingEventArgs : EventArgs

The SyntaxValidatingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSyntaxValidatingEventArgs
Initializes a new instance of the SyntaxValidatingEventArgs class.
Properties
  NameDescription
Public propertyMail
Gets the mail address is being validating.
Public propertyResult
Gets or sets the validation result.
Public propertySkip
Indicates whether to ignore the check.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also