RblStatusIsIPAddressInRbl Property |
Denotes if the IP address is blacklisted by the given DNS RBL.
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsIPAddressInRbl { get; }
Public ReadOnly Property IsIPAddressInRbl As Boolean
Get
Property Value
Type:
Booleantrue 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