ItemsChoiceType2 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 ItemsChoiceType2 enumeration identifies the change types for each item in a SyncFolderItems operation.
public enum class ItemsChoiceType2
public enum ItemsChoiceType2
Public Enum ItemsChoiceType2
- Inheritance
-
ItemsChoiceType2
Fields
Name | Value | Description |
---|---|---|
Create | 0 | Identifies a single item to create in the local client store. |
Delete | 1 | Identifies a single item to delete in the local client store. |
ReadFlagChange | 2 | |
Update | 3 | Identifies a single item to update in the local client store. |
Remarks
This enumeration is used by the ItemsElementName property of the SyncFolderItemsChangesType type.
This enumeration is used in SyncFolderItems responses. Use this enumeration to determine the type of changes that have occurred on an item on the server so that the client can update the local version of the item.