Gets an EwsItemInfo 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 EwsItemInfo Get |
C# |
---|
public EwsItemInfo this[ int index ] { get; } |
Parameters
- index
- Type: System..::..Int32
Zero-based index of the element to get.