FolderChange

Last modified: March 16, 2009

Applies to: Exchange Server 2007 | Exchange Server 2010

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

UpdateFolder
  FolderChanges
    FolderChange

<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

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema name

Types schema

Validation file

Types.xsd

Can be empty

False

See Also

Reference