Folders

Topic Last Modified: 2007-06-05

The Folders element contains an array of folders that are used in folder operations.

Syntax

<Folders>
   <Folder/>
</Folders>

<Folders>
   <CalendarFolder/>
</Folders>

<Folders>
   <ContactsFolder/>
</Folders>

<Folders>
   <SearchFolder/>
</Folders>

<Folders>
   <TasksFolder/>
</Folders>

Type

ArrayOfFoldersType or NonEmptyArrayOfFoldersType

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

Folder

Identifies a folder to create, get, find, synchronize, or update.

CalendarFolder

Represents a folder that primarily contains calendar items.

ContactsFolder

Represents a Contacts folder in a mailbox.

SearchFolder

Represents a Search folder contained in a mailbox.

TasksFolder

Represents a Tasks folder in a mailbox.

Parent Elements

Element Description

CopyFolderResponseMessage

Contains the status and result of a single CopyFolder request.

CreateFolder

Defines a request to create a folder in the Exchange store.

CreateFolderResponseMessage

Contains the status and result of a single CreateFolder request.

CreateManagedFolderResponseMessage

Contains the status and result of a single CreateManagedFolder request.

GetFolderResponseMessage

Contains the status and result of a GetFolder request.

MoveFolderResponseMessage

Contains the status and result of a MoveFolder request.

ParentFolderId (Create)

Identifies the folder where a new folder is created.

RootFolder (FindFolderResponseMessage)

Contains the results from searching a single root folder during a FindFolder operation.

UpdateFolderResponseMessage

Contains the status and result of a single UpdateFolder request.

Remarks

This element is a required child element of the ParentFolderId (Create) element.

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

ParentFolderId (Create)