EmailValidator Properties |
The EmailValidator type exposes the following members.
Name | Description | |
---|---|---|
BadEmailAddresses |
An ArrayList of known bad email addresses.
| |
Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
DnsServer |
Gets or sets the Dns servers.
| |
DnsTimeOut |
Gets or sets the amount of time a Dns query will wait to receive a response. Units are milliseconds.
| |
EmailSyntaxPattern |
Gets or sets the regular expression pattern used to validate email syntax.
| |
LicenseKey |
Get or Set License Key. This must be set to valid License Key.
| |
MailBoxDomains | ||
MXCashTimeOut |
Sets the internal MX Records for the domains Cache timeout. By default, the timeout is a timespan of 30 minutes.
| |
Site | (Inherited from Component.) | |
SmtpFromDomain |
Gets or sets the originating domain passed to the SMTP server as the HELO parameter.
| |
SmtpFromEmail |
Gets or sets the email address passed to the SMTP server as MAIL FROM parameter.
| |
SmtpTimeOut |
Gets or sets the amount of time for a Smtp Server to acknowledge a request. Units are milliseconds.
Default value 30 seconds.
| |
SmtpTranscript |
Gets all data sent to and received from the SMTP server.
| |
UseMXCach |
Gets or sets whether to use dns caching.
| |
ValidatedLevel |
Gets value of last succesfully validated level after Validate method is called.
| |
ValidationLevel |
Gets or sets validation level.
|