Gets or sets whether DNS records caching should be used.
Namespace: MailBee.DnsMXAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksUnder normal circumstances, disabling DNS caching is not recommended due to significant performance impact.
However, this may help in troubleshooting.
See Also