Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.09 KB

File metadata and controls

82 lines (59 loc) · 2.09 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
DestinationFolderId
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
DestinationFolderId
schema
77d2d222-320b-4aab-88e4-934ef177f55c
The DestinationFolderId element indicates the destination folder for copy and move actions.

DestinationFolderId

The DestinationFolderId element indicates the destination folder for copy and move actions.

<DestinationFolderId>
   <FolderId/>
</DestinationFolderId>
<DestinationFolderId>
   <DistinguishedFolderId/>
</DestinationFolderId>

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 destination 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
http://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also