CreateFolderResponseMessage

The CreateFolderResponseMessage element contains the status and result of a single CreateFolder operation request.

<CreateFolderResponseMessage ResponseClass="">
   <MessageText/>
   <ResponseCode/>
   <DescriptiveLinkKey/>
   <MessageXml/>
   <Folders/>
</CreateFolderResponseMessage>

FolderInfoResponseMessageType

Attributes and elements

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

Attributes

Attribute Description
ResponseClass
Describes the status of a CreateFolder operation response.

The following values are valid for this attribute:

- Success
- Warning
- Error

ResponseClass attribute values

Value Description
Success
Describes a request that is fulfilled.
Warning
Describes a request that was not processed. A warning may be returned if an error occurred while an item in the request was processing and subsequent items could not be processed.

The following are examples of sources of warnings:

- The Exchange store is offline during the batch.
- Active Directory Domain Services (AD DS) is offline.
- Mailboxes are moved.
- The message database (MDB) is offline.
- A password is expired.
- A quota is exceeded.
Error
Describes a request that cannot be fulfilled.

The following are examples of sources of errors:

- Invalid attributes or elements
- Attributes or elements out of range
- Unknown tag
- Attribute or element not valid in the context
- Unauthorized access attempt by any client
- Server-side failure in response to a valid client-side call

Information about the error can be found in the ResponseCode and MessageText elements.

Child elements

Element Description
MessageText
Provides a text description of the status of the response.
ResponseCode
Provides an error code that identifies the specific error that the request encountered.
DescriptiveLinkKey
Currently unused and is reserved for future use. It contains a value of 0.
MessageXml
Provides additional error response information.
Folders
Contains an array of created folders.

Parent elements

Element Description
ResponseMessages
Contains the response messages for an Exchange Web Services request.

Remarks

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

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also