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