DnsCacheEnabled Property
Gets or sets whether DNS records caching should be used.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static bool Enabled { get; set; }

Property Value

Type: Boolean
true if DNS records caching is enabled; otherwise, false. The default value is true.
Remarks
Under normal circumstances, disabling DNS caching is not recommended due to significant performance impact. However, this may help in troubleshooting.
See Also