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