SyncScope
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2010 | Exchange Server 2013 | Office 365
The SyncScope element specifies whether just items or items and folder associated information are returned in a synchronization response.
<SyncScope>NormalItems or NormalAndAssociatedItems</SyncScope>
SyncFolderItemsScopeType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
None.
Parent elements
|
Element |
Description |
|---|---|
|
The element that defines a request to synchronize items in an Exchange store folder. The following is the XPath expression to this element: /SyncFolderItems |
The following table lists the possible values for the SyncScope element.
|
Value |
Description |
|---|---|
|
NormalItems |
Specifies that only items in the folder are returned in a synchronization response. |
|
NormalAndAssociatedItems |
Specifies that both items in the folder and folder associated information are returned in a synchronization response. |