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