ImapMessageCollection.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Item[Int32]
Gets the ImapMessageInfo at the specified index.
Declaration
public ImapMessageInfo this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the ImapMessageInfo to get. |
Property Value
Type | Description |
---|---|
ImapMessageInfo | ImapMessageInfo of the specified index. |