Update (ItemSync)

The Update element identifies a single item to update in the local client store.

<Update>
   <Item/>
</Update>
<Update>
   <MeetingRequest/>
</Update>
<Update>
   <MeetingCancellation/>
</Update>
<Update>
   <Task/>
</Update>
<Update>
   <CalendarItem/>
</Update>
<Update>
   <MeetingResponse/>
</Update>
<Update>
   <Message/>
</Update>
<Update>
   <DistributionList/>
</Update>
<Update>
   <MeetingMessage/>
</Update>
<Update>
   <Contact/> 
</Update>

SyncFolderItemsCreateOrUpdateType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
Item
Represents a generic Exchange item to update.
Message
Represents an Exchange e-mail message to update.
CalendarItem
Represents an Exchange calendar item to update.
Contact
Represents an Exchange contact item to update.
DistributionList
Represents a distribution list to update.
MeetingMessage
Represents a meeting message to update.
MeetingRequest
Represents a meeting request to update.
MeetingResponse
Represents a meeting response to update.
MeetingCancellation
Represents a meeting cancellation to update.
Task
Represents a task to update.

Parent elements

Element Description
Changes (Items)
Contains a sequence array of change types that represent the type of differences between the items on the client and the items on the Exchange server.

Remarks

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

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also