AddressValidator Class |
Namespace: Limilabs.Mail.Tools
The AddressValidator type exposes the following members.
Name | Description | |
---|---|---|
AddressValidator |
Initializes new instance of the AddressValidator class.
|
Name | Description | |
---|---|---|
From |
Gets or sets the value of MAIL FROM address. By default, checked address is used.
| |
SmtpConfiguration |
Gets or sets SMTP configuration.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate | Obsolete.
Validates email address (email format, existence of MX record, SMTP connection).
| |
ValidateFormat |
Validates email address format only.
| |
ValidateMX |
Validates email address format and the existence of MX record.
|