FindFolderParentType.IndexedPagingOffset Property
The IndexedPagingOffset property gets the next index that should be used for the next request when using an indexed paging view.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IndexedPagingOffset As Integer
Get
Set
'Usage
Dim instance As FindFolderParentType
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 that represents the next index that should be used for the next request when using an indexed paging view.
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.