Jaa


SyncFolderHierarchyResponseMessageType.IncludesLastFolderInRangeSpecified Property

The IncludesLastFolderInRangeSpecified property gets or sets a Boolean value that indicates whether the IncludesLastFolderInRange property is serialized into the SOAP message. This property is required if the IncludesLastFolderInRange property is specified.

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

Syntax

'Declaration
Public Property IncludesLastFolderInRangeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As SyncFolderHierarchyResponseMessageType
Dim value As Boolean

value = instance.IncludesLastFolderInRangeSpecified

instance.IncludesLastFolderInRangeSpecified = value
public bool IncludesLastFolderInRangeSpecified { get; set; }

Property Value

Type: System.Boolean
The IncludesLastFolderInRangeSpecified property returns true if the IncludesLastFolderInRange property is serialized in the SOAP message; otherwise, the property returns false.