Class DomainValidatingEventArgs

DomainValidatingEventArgs class

Provides data for the DomainValidating event.

public class DomainValidatingEventArgs : SyntaxValidatingEventArgs

Constructors

NameDescription
DomainValidatingEventArgs(string, MailAddress)Initializes a new instance of the SyntaxValidatingEventArgs class.

Properties

NameDescription
Domain { get; }Gets the domain.
Mail { get; }Gets the mail address is being validating.
MailAddress { get; }Gets the mail address.
Result { get; set; }Gets or sets the validation result.
Skip { get; set; }Indicates whether to ignore the check.

See Also