ContextFolderId

The ContextFolderId element indicates the folder that is targeted for actions that use folders. This element must be present when copying, deleting, moving, and setting read state on conversation items in a target folder.

<ContextFolderId>
   <FolderId/>
</ContextFolderId>
<ContextFolderId>
   <DistinguishedFolderId/>
</ContextFolderId>

TargetFolderIdType

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 the context folder.
DistinguishedFolderId
Identifies folders that can be referenced by name.

Parent elements

Element Description
ConversationAction
Contains a single action to be applied to a single conversation.

Text value

None.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.This element was introduced in Exchange Server 2010 Service Pack 1 (SP1).

Element information

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

See also