Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 2.45 KB

File metadata and controls

78 lines (56 loc) · 2.45 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
Updates (Folder)
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
Updates
schema
b047e3a4-a5ab-4098-b7a0-273bc809e702
The Updates element contains a set of elements that define append, set, and delete changes to folder properties.

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