RblStatusCollectionIsInRbls Property
Returns true if at least one IsIPAddressInRbl value in the collection is true.

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

Property Value

Type: Boolean
true if the collection contains at least one item whose IsIPAddressInRbl is true; otherwise, false.
Remarks
You can use this property to quickly check if the IP address in question was found in at least one RBL.
See Also