Updates (Item)

Topic Last Modified: 2007-05-15

The Updates element contains a set of elements that define append, set, and delete changes to item properties.

Schema Hierarchy

UpdateItem
  ItemChanges
    ItemChange
      Updates (Item)

Syntax

<Updates>
   <AppendToItemField/>
   <SetItemField/>
   <DeleteItemField/>
</Updates>

Type

NonEmptyArrayOfItemChangeDescriptionsType

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

AppendToItemField

Represents data to append to a single property of an item during an UpdateItem Operation.

SetItemField

Represents an update to a single property of an item in an UpdateItem Operation.

DeleteItemField

Represents an operation to delete a given property from an item during an UpdateItem Operation.

Parent Elements

Element Description

ItemChange

Contains an item identifier and the updates to apply to the item.

The following is the XPath expression to this element: /UpdateItem/ItemChanges/ItemChange[i]

Remarks

The updates that are defined by this element are performed on the item that is identified by the ItemId, OccurrenceItemId, or RecurringMasterItemId elements.

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

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema Name

types schema

Validation File

Types.xsd

Can be Empty

False

See Also

Reference

UpdateItem Operation

Other Resources

Exchange Web Services XML Elements