Click or drag to resize
EmailValidatorUseMXCach Property
Gets or sets whether to use dns caching.

Namespace: NeevSoftware.Components
Assembly: NeevSoftware.EmailValidator (in NeevSoftware.EmailValidator.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool UseMXCach { get; set; }

Property Value

Type: Boolean
Remarks
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