ArrayOfResolutionType.IndexedPagingOffset Property

The IndexedPagingOffset property gets or sets an integer value that specifies the index of the next item to fetch when using indexed paging.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IndexedPagingOffset As Integer
    Get
    Set
'Usage
Dim instance As ArrayOfResolutionType
Dim value As Integer

value = instance.IndexedPagingOffset

instance.IndexedPagingOffset = value
public int IndexedPagingOffset { get; set; }

Property Value

Type: System.Int32
The IndexedPagingOffset property returns an integer value that specifies the index of the next item to fetch when using indexed paging.