FindConversationResults.IndexedOffset Property

Definition

Gets the indexed offset of the first conversation returned by the search operation. The IndexedOffset property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Nullable<int> IndexedOffset { Nullable<int> get(); };
public Nullable<int> IndexedOffset { get; }
Public ReadOnly Property IndexedOffset As Nullable(Of Integer)

Property Value

The indexed offset of the first conversation returned by the search operation.

Applies to