RecipientStatusCollectionItem Property
Gets the RecipientStatus object at the specified zero-based index in the collection.

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

Parameters

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

Return Value

Type: RecipientStatus
An RecipientStatus object having the specified zero-based index in the collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The specified index does not exist.
Examples
The example is available in DeliveryStatusParser topic.
See Also