SetFolderField

Last modified: March 16, 2009

Applies to: Exchange Server 2007 | Exchange Server 2010

The SetFolderField element represents an update that sets the value for a single property on a folder in an UpdateFolder operation.

<SetFolderField>
   <FieldURI/>
   <Folder/>
</SetFolderField>

<SetFolderField>
   <FieldURI/>
   <CalendarFolder/>
</SetFolderField>

<SetFolderField>
   <FieldURI/>
   <ContactsFolder/>
</SetFolderField>

<SetFolderField>
   <FieldURI/>
   <SearchFolder/>
</SetFolderField>

<SetFolderField>
   <FieldURI/>
   <TasksFolder/>
</SetFolderField>

<SetFolderField>
   <IndexedFieldURI/>
   <Folder/>
</SetFolderField>

<SetFolderField>
   <IndexedFieldURI/>
   <CalendarFolder/>
</SetFolderField>

<SetFolderField>
   <IndexedFieldURI/>
   <ContactsFolder/>
</SetFolderField>

<SetFolderField>
   <IndexedFieldURI/>
   <SearchFolder/>
</SetFolderField>

<SetFolderField>
   <IndexedFieldURI/>
   <TasksFolder/>
</SetFolderField>

<SetFolderField>
   <ExtendedFieldURI/>
   <Folder/>
</SetFolderField>

<SetFolderField>
   <ExtendedFieldURI/>
   <CalendarFolder/>
</SetFolderField>

<SetFolderField>
   <ExtendedFieldURI/>
   <ContactsFolder/>
</SetFolderField>

<SetFolderField>
   <ExtendedFieldURI/>
   <SearchFolder/>
</SetFolderField>

<SetFolderField>
   <ExtendedFieldURI/>
   <TasksFolder/>
</SetFolderField>

SetFolderFieldType

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.

Folder

Identifies a folder to update.

CalendarFolder

Represents a folder that primarily contains calendar items.

ContactsFolder

Represents a Contacts folder in a mailbox.

SearchFolder

Represents a search folder that is contained in a mailbox.

TasksFolder

Represents a Tasks folder that is contained in a mailbox.

Parent Elements

Element

Description

Updates (Folder)

Contains a set of elements that defines append, set, and delete changes to folder properties.

Remarks

If the property exists, the property value is set to the specified value. If the property does not exist, the property is created with the specified value.

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

Other Resources