RblStatusCollectionItem Property
Gets the RblStatus object at the specified zero-based index in the collection.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public RblStatus this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the RblStatus object in the collection.

Property Value

Type: RblStatus
An RblStatus object having the specified zero-based index in the collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe specified index does not exist.
See Also