SetItemField

The SetItemField element represents an update to a single property of an item in an UpdateItem operation.

<SetItemField>
   <FieldURI/>
   <Item/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <Item/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <MeetingRequest/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <MeetingResponse/>
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <Contact/>
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <DistributionList/>
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <MeetingResponse/>
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <MeetingResponse/> 
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <MeetingRequest/> 
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <Contact/>
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <Message/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <CalendarItem/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <Task/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <Message/> 
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <MeetingCancellation/> 
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <Task/> 
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <MeetingRequest/>  
</SetItemField>
<SetItemField>
    <FieldURI/> 
    <CalendarItem/>
</SetItemField>
<SetItemField>
    <IndexedFieldURI/> 
    <Item/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <MeetingCancellation/>
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <DistributionList/> 
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <MeetingCancellation/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <MeetingMessage/>
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <Task/> 
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <CalendarItem/>
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <MeetingMessage/>
</SetItemField>
<SetItemField>
   <IndexedFieldURI/> 
   <MeetingMessage/>
</SetItemField>
<SetItemField>
   <FieldURI/> 
   <Message/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <DistributionList/>
</SetItemField>
<SetItemField>
   <ExtendedFieldURI/> 
   <Contact/> 
</SetItemField>

SetItemFieldType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
FieldURI
Identifies frequently referenced properties by URI.
IndexedFieldURI
Identifies individual members of a dictionary.
ExtendedFieldURI
Identifies extended MAPI properties to set.
Item
Represents an item in the Exchange store.
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
Updates (Item)
Contains a set of elements that define append, set, and delete changes to item properties.

Remarks

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

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