ItemsChoiceType1 Enumeration
The ItemsChoiceType1 enumeration identifies the change types for each folder in a SyncFolderHierarchy Operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ItemsChoiceType1
'Usage
Dim instance As ItemsChoiceType1
[SerializableAttribute]
public enum ItemsChoiceType1
Members
Member name | Description | |
---|---|---|
Create | Identifies a single folder to create in the local client store. | |
Delete | Identifies a single folder to delete in the local client store. | |
Update | Identifies a single folder to update in the local client store. |
Remarks
This enumeration is used by the ItemsElementName property of the SyncFolderHierarchyChangesType type.
This enumeration is used in SyncFolderHierarchy responses. Use this enumeration to determine the type of change that has occurred to a folder hierarchy on the server so that the client can update the local version of the folder hierarchy.