Gets or sets whether DNS records caching should be used.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static bool Enabled { get; set; }
Public Shared Property Enabled As Boolean
Get
Set
Property Value
Type:
Booleantrue 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