EwsItemCollection.Item Property
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
Item[Int32]
Gets an EwsItemInfo objects at the specified index.
Declaration
public EwsItemInfo this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | Zero-based index of the element to get. |
Property Value
| Type | Description |
|---|---|
| EwsItemInfo | EwsItemInfo objects at the specified index. |