DnsServerFailureCount Property |
Gets the number of repeated failures of the DNS server.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int FailureCount { get; }
Public ReadOnly Property FailureCount As Integer
Get
Property Value
Type:
Int32The number of repeated failures of the DNS server. The default value is 0.
Remarks You can find more information on how MailBee handles DNS server failures in
DnsMaxFailureCount property documentation.
See Also