DomainValidatingEventArgs

DomainValidatingEventArgs class

Provides data for the DomainValidating event.

The DomainValidatingEventArgs type exposes the following members:

Constructors

NameDescription
DomainValidatingEventArgs(mail, mailaddress)Initializes a new instance of the DomainValidatingEventArgs class

Properties

NameDescription
mailGets the mail address is being validating.
skipIndicates whether to ignore the check.
resultGets or sets the validation result.
domainGets the domain.
mail_addressGets the mail address.

See Also