Click or drag to resize
EmailValidatorMXCashTimeOut Property
Sets the internal MX Records for the domains Cache timeout. By default, the timeout is a timespan of 30 minutes.

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

Property Value

Type: Int32
Remarks
EmailValidator utilizes a high performance MX Cache for MX Lookups. Because a Dns query includes a network call, and network calls are expensive, EmailValidator utilizes a high performance internal lookup cache. Once MX Records have been located for a specific domain, EmailValidator will cache them for the time specified by MXCashTimeOut. If another email address is encountered during a MXValidate session, that has the same domain name, EmailValidator will retrieve the MX Records from it's internal cache, instead of an expensive network DNS call. By default, this value is 30 minutes.
See Also