FolderName

The FolderName element identifies a single managed custom folder to add to a mailbox.

CreateManagedFolder

FolderNames

FolderName

<FolderName>...</FolderName>

string

Attributes and elements

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

Attributes

None.

Child elements

None.

Parent elements

Element Description
FolderNames
Contains an array of named managed custom folders to add to a mailbox.
The following is the XPath expression to this element:
/CreateManagedFolder/FolderNames

Text value

A text value is required. The text value represents a folder name.

Remarks

Although you can use Exchange Web Services to add managed custom folders to a mailbox, you cannot use the same technology to access the list of available managed custom folders. You can obtain a list of managed custom folders by using an Exchange Management Shell command or by using an API that interfaces with the Active Directory directory service. The folder name is the name of the corresponding Active Directory object.

You can use the FindFolder operation to find managed custom folders. Use the DeleteFolder operation to delete managed custom folders.

It is important to note that FolderName is the name of an existing managed custom folder in the organization. An attempt to add a folder that is not in the organization will result in an error response.

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

FindFolder operation

Finding Folders

Adding Managed Folders