MailServerValidatingEventArgs Properties

The MailServerValidatingEventArgs type exposes the following members.

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