Click or drag to resize

AddressValidator Class

Validates email address. Uses Format, MX and SMTP validation.
Inheritance Hierarchy
SystemObject
  Limilabs.Mail.ToolsAddressValidator

Namespace: Limilabs.Mail.Tools
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public class AddressValidator

The AddressValidator type exposes the following members.

Constructors
 NameDescription
Public methodAddressValidator Initializes new instance of the AddressValidator class.
Top
Properties
 NameDescription
Public propertyFrom Gets or sets the value of MAIL FROM address. By default, checked address is used.
Public propertySmtpConfiguration Gets or sets SMTP configuration.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodValidate Validates email address (email format, existence of MX record, SMTP connection).
Obsolete
Public methodValidateFormat Validates email address format only.
Public methodValidateMX Validates email address format and the existence of MX record.
Top
See Also