FolderIds

The FolderIds element contains an array of folder identifiers that are used to identify folders to copy, move, get, delete, or monitor for event notifications.

<FolderIds>
   <FolderId/>
   <DistinguishedFolderId/>
</FolderIds>

NonEmptyArrayOfBaseFolderIdsType

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 a folder.
DistinguishedFolderId
Identifies Microsoft Exchange Server folders that can be referenced by name.

Parent elements

Element Description
GetFolder
Defines a request to get a folder from the Exchange store.
The following is the XPath expression to this element: /GetFolder
DeleteFolder
Defines a request to delete folders from the Exchange store.
The following is the XPath expression to this element: /DeleteFolder
EmptyFolder
Defines a request to delete folders from the Exchange store.
The following is the XPath expression to this element: /EmptyFolder
MoveFolder
Defines a request to move a folder in the Exchange store.
The following is the XPath expression to this element: /MoveFolder
CopyFolder
Defines a request to copy a folder in the Exchange store.
The following is the XPath expression to this element: /CopyFolder
PushSubscriptionRequest
Represents a subscription to a push-based event notification subscription.
PullSubscriptionRequest
Represents a subscription to a pull-based event notification subscription.

Remarks

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

Element information

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

See also

GetFolder operation

DeleteFolder operation

MoveFolder operation

CopyFolder operation

Subscribe operation