DeleteItemField
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The DeleteItemField element represents an operation to delete a given property from an item during an UpdateItem call.
ItemChanges
ItemChange
Updates (Item)
DeleteItemField
<DeleteItemField> <FieldURI/> </DeleteItemField>
<DeleteItemField> <IndexedFieldURI/> </DeleteItemField>
<DeleteItemField> <ExtendedFieldURI/> </DeleteItemField>
DeleteItemFieldType
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
Element | Description |
|---|---|
Identifies frequently referenced properties by URI. | |
Identifies individual members of a dictionary property. | |
Identifies extended MAPI properties. |
Parent elements
Element | Description |
|---|---|
Contains a set of elements that define append, set, and delete changes to item properties. The following is the XPath expression to this element: /UpdateItem/ItemChanges/ItemChange[i]/Updates |