EmailValidatorUseMXCach Property |
Gets or sets whether to use dns caching.
Namespace: NeevSoftware.ComponentsAssembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool UseMXCach { get; set; }
Public Property UseMXCach As Boolean
Get
Set
public:
property bool UseMXCach {
bool get ();
void set (bool value);
}
member UseMXCach : bool with get, set
Property Value
Type:
BooleanRemarks
Email Address Validator Pro can use a caching mechanism to speed up DNS query processing.
The cache stores all MX Records for a particular domain so that subsequent DNS lookups do not have to
be made. It is highly recommeded that you leave caching turned on.
See Also