SetItemField

Last modified: March 16, 2009

Applies to: Exchange Server 2007 | Exchange Server 2010

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

<SetItemField>
   <FieldURI/>
   <Item/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <Message/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <CalendarItem/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <Contact/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <DistributionList/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <MeetingMessage/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <MeetingRequest/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <MeetingResponse/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <MeetingCancellation/>
</SetItemField>

<SetItemField>
   <FieldURI/>
   <Task/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <Item/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <Message/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <CalendarItem/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <Contact/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <DistributionList/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <MeetingMessage/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <MeetingRequest/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <MeetingResponse/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <MeetingCancellation/>
</SetItemField>

<SetItemField>
   <IndexedFieldURI/>
   <Task/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <Item/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <Message/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <CalendarItem/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <Contact/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <DistributionList/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <MeetingMessage/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <MeetingRequest/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <MeetingResponse/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <MeetingCancellation/>
</SetItemField>

<SetItemField>
   <ExtendedFieldURI/>
   <Task/>
</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

Namespace

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

Schema Name

Types schema

Validation File

Types.xsd

Can be Empty

False

See Also

Reference