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.

Return Value

EwsMessageInfo objects at the specified index.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also