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

Namespace: MailBee.BounceMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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