RblStatusIsIPAddressInRbl Property
Denotes if the IP address is blacklisted by the given DNS RBL.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsIPAddressInRbl { get; }

Property Value

Type: Boolean
true if the given IP address is blacklisted, false if the IP address is not on the blacklist or there was an error during the DNS query.
See Also