Platform SDK: Exchange 2000 Server |
[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.
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.
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.
Visual Basic
Sample to be provided