Class MailServerValidatingEventArgs
MailServerValidatingEventArgs class
Provides data for the MailServerValidatingEvent event.
public class MailServerValidatingEventArgs : DomainValidatingEventArgs
Constructors
Properties
| Name | Description |
|---|
| Domain { get; } | Gets the domain. |
| Mail { get; } | Gets the mail address is being validating. |
| MailAddress { get; } | Gets the mail address. |
| MailExchangeServers { get; } | Gets the mail exchange server list. |
| Result { get; set; } | Gets or sets the validation result. |
| Skip { get; set; } | Indicates whether to ignore the check. |
See Also