IndexedPageViewType.Offset Property
The Offset property gets or sets the offset from the BasePoint property. This property is required.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Offset As Integer
Get
Set
'Usage
Dim instance As IndexedPageViewType
Dim value As Integer
value = instance.Offset
instance.Offset = value
public int Offset { get; set; }
Property Value
Type: System.Int32
The Offset property returns an integer that represents the offset from the base point.
Remarks
If the BasePoint property is equal to Beginning, the offset is positive. If the BasePoint property is equal to End, the offset is handled as if it were negative. This identifies which item will be the first item that is delivered in the response.
See Also