Gets or sets the list item at the specified index.

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

Syntax

C#
public AlternateView this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As AlternateView
Visual C++
public:
property AlternateView^ default[int index] {
	AlternateView^ get (int index);
	void set (int index, AlternateView^ value);
}

Parameters

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

Field Value

An item.

See Also