MailBee.NET Objects 7.1

RecipientStatusCollection.Item Property

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

public RecipientStatus this[
   int index
] {get;}

Parameters

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

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

Example

The example is available in DeliveryStatusParser topic.

See Also

RecipientStatusCollection Class | MailBee.BounceMail Namespace | RecipientStatus