Gets the Pop3MessageInfo at the specified index.

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

Syntax

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

Parameters

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

Field Value

Pop3MessageInfo of the specified index.

Implements

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also