Changes (Items)

The Changes element contains a sequence array of change types that represent the types of differences between the items on the client and the items on the Exchange server.

SyncFolderItemsResponse

ResponseMessages

SyncFolderItemsResponseMessage

Changes (Items)

<Changes>
   <Create/>
   <Update/>
   <Delete/>
   <ReadFlagChange/>
</Changes>

SyncFolderItemsChangesType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
Create (ItemSync)
Identifies a single item to create in the local client store.
Update (ItemSync)
Identifies a single item to update in the local client store.
Delete (ItemSync)
Identifies a single item to delete in the local client store.
ReadFlagChange
Returned in SyncFolderItems operation responses when an item has been read. This property is read-only.

Parent elements

Element Description
SyncFolderItemsResponseMessage
Contains the status and result of a SyncFolderItems operation request.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2010 that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema name
Messages schema
Validation file
Messages.xsd
Can be empty
False

See also

SyncFolderItems operation