Click or drag to resize
EmailValidator Properties

The EmailValidator type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBadEmailAddresses
An ArrayList of known bad email addresses.
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDnsServer
Gets or sets the Dns servers.
Public propertyDnsTimeOut
Gets or sets the amount of time a Dns query will wait to receive a response. Units are milliseconds.
Public propertyEmailSyntaxPattern
Gets or sets the regular expression pattern used to validate email syntax.
Public propertyStatic memberLicenseKey
Get or Set License Key. This must be set to valid License Key.
Public propertyMailBoxDomains
Public propertyMXCashTimeOut
Sets the internal MX Records for the domains Cache timeout. By default, the timeout is a timespan of 30 minutes.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySmtpFromDomain
Gets or sets the originating domain passed to the SMTP server as the HELO parameter.
Public propertySmtpFromEmail
Gets or sets the email address passed to the SMTP server as MAIL FROM parameter.
Public propertySmtpTimeOut
Gets or sets the amount of time for a Smtp Server to acknowledge a request. Units are milliseconds. Default value 30 seconds.
Public propertySmtpTranscript
Gets all data sent to and received from the SMTP server.
Public propertyUseMXCach
Gets or sets whether to use dns caching.
Public propertyValidatedLevel
Gets value of last succesfully validated level after Validate method is called.
Public propertyValidationLevel
Gets or sets validation level.
Top
See Also