Updates (Folder)

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

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

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 MicrosoftExchange 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