ItemsChoiceType2 Enumeration
The ItemsChoiceType2 enumeration identifies the change types for each item in a SyncFolderItems Operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ItemsChoiceType2
'Usage
Dim instance As ItemsChoiceType2
[SerializableAttribute]
public enum ItemsChoiceType2
Members
Member name | Description | |
---|---|---|
Create | Identifies a single item to create in the local client store. | |
Delete | Identifies a single item to delete in the local client store. | |
ReadFlagChange | ||
Update | 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.