BaseFolderIds

The BaseFolderIds element represents the collection of folders that will be mined to determine the contents of a search folder.

<BaseFolderIds>
   <FolderId/>
   <DistinguishedFolderId/>
</BaseFolderIds>

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 MicrosoftExchange Server 2007 folders that can be referenced by name.

Parent elements

Element Description
SearchParameters
Represents the parameters that define a search folder.

Remarks

The BaseFolderIds element must contain at least one FolderId or DistinguishedFolderId element.

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

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