Platform SDK: Exchange 2000 Server

FolderTree CoClass

[This is preliminary documentation and subject to change.]

Defines an object for creating and modifying Top Level Hierarchies (folder trees) in the Exchange 2000 Server.

CLSID
25150F23-5734-11D2-A593-00C04F990D8A
ProgID
CDOEXM.FolderTree
Type Library
Microsoft CDO for Exchange Management Library
Inproc Server
CDOEXM.DLL
Threading Model
Both

Implemented Interfaces

IFolderTree

IDataSource

Supported IDataSource Bindings

Data pertaining to Top Level Hierarchies in the Microsoft® Exchange 2000 Server can reside in both the Microsoft® Windows® Active Directory™ and the Exchange 2000 Server. In most cases you will use the IDataSource interface to bind to data in the Active Directory using LDAP address protocol. See The Active Directory and CDOEXM for related information.

Remarks

Instances of the FolderTree COM class allow you to create and modify Top Level Hierarchies in an Exchange 2000 Server. The default interface on FolderTree objects is the IFolderTree. You can use this interface to create or modify TLHs.

Top Level Hierarchies can be can be distributed across several public store databases.

Example

Visual Basic

Sample to be provided