FolderChange

The FolderChange element represents a collection of changes to be performed on a single folder.

<FolderChange>
   <FolderId/>
   <Updates/>
</FolderChange>
<FolderChange>
   <DistinguishedFolderId/>
   <Updates/>
</FolderChange>

FolderChangeType

Attributes and elements

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

Attributes

None.

Child elements

Element Description
FolderId
Contains the identifier and change key of a folder to update.
DistinguishedFolderId
Identifies MicrosoftExchange Server 2007 folders that can be referenced by name.
Updates (Folder)
Defines the type of update that is performed on a folder that is identified by either the FolderId or DistinguishedFolderId element.

Parent elements

Element Description
FolderChanges
Represents a collection of changes for a folder.
The following is the XPath expression to this element:
/UpdateFolder/FolderChanges

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Exchange Server 2007 that has the Client Access server role installed.

Element information

Element Type
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also