Gets the ImapMessageInfo at the specified index.

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

Syntax

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

Parameters

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

Field Value

ImapMessageInfo of the specified index.

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also