SyncFolderItemsScopeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SyncFolderItemsScopeType enumeration defines the information that is returned in a synchronization response.
public enum class SyncFolderItemsScopeType
public enum SyncFolderItemsScopeType
Public Enum SyncFolderItemsScopeType
- Inheritance
-
SyncFolderItemsScopeType
Fields
Name | Value | Description |
---|---|---|
NormalItems | 0 | Indicates that only items in the folder are returned in a synchronization response. |
NormalAndAssociatedItems | 1 | Indicates that both items in the folder and folder associated information are returned in a synchronization response. |
Remarks
This enumeration is used by the SyncScope property of the SyncFolderItemsType object.