DomainValidatingEventArgs Properties

The DomainValidatingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDomain
Gets the domain.
Public propertyMail
Gets the mail address is being validating.
(Inherited from SyntaxValidatingEventArgs.)
Public propertyMailAddress
Gets the mail address.
Public propertyResult
Gets or sets the validation result.
(Inherited from SyntaxValidatingEventArgs.)
Public propertySkip
Indicates whether to ignore the check.
(Inherited from SyntaxValidatingEventArgs.)
See Also