MailBee.NET Objects 4.0

ErrorCodes.DeadDomainSmtpMXesInCache Field

It's known (from the DNS cache) that all DNS MX records for the domain point to dead hosts.

public const int DeadDomainSmtpMXesInCache = 411;

Remarks

It does not make sense to connect to any of the SMTP MX server of this domain since the previous attempt to do so failed 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