RblStatusCollectionIsInRbls Property |
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsInRbls { get; }
Public ReadOnly Property IsInRbls As Boolean
Get
Property Value
Type:
Booleantrue 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