Updates (Folder)

Topic Last Modified: 2007-05-15

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

Schema Hierarchy

UpdateFolder
  FolderChanges
    FolderChange
      Updates (Folder)

Syntax

<Updates>
   <AppendToFolderField/>
   <SetFolderField/>
   <DeleteFolderField/>
</Updates>

Type

NonEmptyArrayOfFolderChangeDescriptionsType

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

AppendToFolderField

Represents data to append to a folder property during an UpdateFolder Operation.

SetFolderField

Represents an update to a single property on a folder in an UpdateFolder Operation.

DeleteFolderField

Represents an operation to delete a given property from a folder during an UpdateFolder Operation.

Parent Elements

Element Description

FolderChange

Represents a collection of changes to be performed on a single folder.

The following is the XPath expression to this element: /UpdateFolder/FolderChanges/FolderChange[i]

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

UpdateFolder Operation

Other Resources

Exchange Web Services XML Elements