Gets or sets the list item at the specified index.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

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

Parameters

index
Type: System..::..Int32
The zero-based index of the list item to get or set.

Field Value

An alternate view to get or set.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also