DnsServerReset Method
Resets failure count to 0.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Reset()
Remarks
MailBee calls method each time the DNS server properly responds. If, however, the DNS server was banned by MailBee due to multiple repeated failures, the developer may call this method to force MailBee to use the DNS server again.
See Also