SyncFolderItemsResponseMessageType.IncludesLastItemInRange Property
The IncludesLastItemInRange property gets or sets a Boolean value that indicates whether the last item to synchronize is included in the response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IncludesLastItemInRange As Boolean
Get
Set
'Usage
Dim instance As SyncFolderItemsResponseMessageType
Dim value As Boolean
value = instance.IncludesLastItemInRange
instance.IncludesLastItemInRange = value
public bool IncludesLastItemInRange { get; set; }
Property Value
Type: System.Boolean
The IncludesLastItemInRange property returns true if the last item to synchronize is included in the reponse; otherwise, the property returns false.