Class MailServerValidatingEventArgs

MailServerValidatingEventArgs class

Provides data for the MailServerValidatingEvent event.

public class MailServerValidatingEventArgs : DomainValidatingEventArgs

Constructors

NameDescription
MailServerValidatingEventArgs(string, MailAddress, string[])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.
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