Gets an EwsMessageInfo objects at the specified index.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As EwsMessageInfo Get |
| C# |
|---|
public EwsMessageInfo this[ int index ] { get; } |
Parameters
- index
- Type: System..::..Int32
Zero-based index of the element to get.