DnsServerFailureCount Property
Gets the number of repeated failures of the DNS server.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public int FailureCount { get; }

Property Value

Type: Int32
The 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