Gets the ImapFolder at the specified index.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ImapFolder
	Get
C#
public ImapFolder this[
	int index
] { get; }

Parameters

index
Type: System..::..Int32
The zero-based index of the ImapFolder to get.

Field Value

ImapFolder of the specified index.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also