Class DomainValidatingEventArgs
DomainValidatingEventArgs class
Provides data for the DomainValidating event.
public class DomainValidatingEventArgs : SyntaxValidatingEventArgs
Constructors
Name | Description |
---|
DomainValidatingEventArgs(string, MailAddress) | Initializes a new instance of the SyntaxValidatingEventArgs class. |
Properties
Name | Description |
---|
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