MailBee.NET Objects 4.0

EnvelopeCollection.Item Property

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

public Envelope this[
   int index
] {get;}

Parameters

index
The zero-based index of the Envelope object in the collection.

Property Value

A Envelope object having the specified zero-based index in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

EnvelopeCollection Class | MailBee.ImapMail Namespace | Envelope