AlternateViewCollection.Item Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Item[Int32]
Gets or sets the list item at the specified index.
Declaration
public AlternateView this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the list item to get or set. |
Property Value
Type | Description |
---|---|
AlternateView | An alternate view to get or set. |