MailBee.NET Objects 7.1

DsnRecipientCollection.Item Property

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

public DsnRecipient this[
   int index
] {get;}

Parameters

index
The zero-based index number of the element in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

DsnRecipientCollection Class | MailBee.BounceMail Namespace