SyncFolderItemsType.SyncScopeSpecified Property
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.
See Also