RblStatusIsError Property |
Namespace: MailBee.AntiSpam
MailBee can make multiple attempts to request A record for the given IP address from the specified RBL (this involves UdpRetryCount, TryTcp, having multiple DNS servers in DnsServers collection). However, if all of the attempts failed, MailBee will give up and set IsError to true.
Note |
---|
In case if all RBLs failed (or only one RBL was requested), MailBee will throw an exception rather than return collection with all RblStatus objects in "error" state. |