SyncFolderItemsType.SyncScope Property
The SyncScope property gets or sets one of the SyncFolderItemsScopeType enumeration values that specifies whether just items or items and folder associated information are returned in a synchronization response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SyncScope As SyncFolderItemsScopeType
Get
Set
'Usage
Dim instance As SyncFolderItemsType
Dim value As SyncFolderItemsScopeType
value = instance.SyncScope
instance.SyncScope = value
public SyncFolderItemsScopeType SyncScope { get; set; }
Property Value
Type: ExchangeWebServices.SyncFolderItemsScopeType
The value of the SyncScope property is one of the SyncFolderItemsScopeType enumeration values.
Remarks
You must set the SyncScopeSpecified property to true so that the SyncScope property is serialized into the SOAP request.
See Also