SyncFolderHierarchyResponseMessageType.IncludesLastFolderInRange Property
The IncludesLastFolderInRange 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 IncludesLastFolderInRange As Boolean
Get
Set
'Usage
Dim instance As SyncFolderHierarchyResponseMessageType
Dim value As Boolean
value = instance.IncludesLastFolderInRange
instance.IncludesLastFolderInRange = value
public bool IncludesLastFolderInRange { get; set; }
Property Value
Type: System.Boolean
The IncludesLastFolderInRange property returns true if the last item to synchronize is included in the reponse; otherwise, the property returns false.