MailBee.NET Objects 4.0

ErrorCodes.InvalidDomainInCache Field

It's known (from the DNS cache) that the requested domain name does not exist.

public const int InvalidDomainInCache = 410;

Remarks

It does not make sense to make DNS MX query regarding the domain name since the previous attempt to do so produced negative response from the DNS server and this fact was recorded in the DNS cache. The developer can use Clear and Timeout members of DnsCache class to affect this behavior.

See Also

ErrorCodes Class | MailBee Namespace