SyncFolderItemsType.SyncScopeSpecified Property

The SyncScopeSpecified property gets or sets a Boolean value that specifies whether the SyncScope property is serialized into the SOAP request. This property is required if the SyncScope property is specified.

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

Syntax

'Declaration
Public Property SyncScopeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As SyncFolderItemsType
Dim value As Boolean

value = instance.SyncScopeSpecified

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

Property Value

Type: System.Boolean
The value of the SyncScopeSpecified property is true if the SyncScope property is serialized into the SOAP request; otherwise, the value is false.