Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Defines an object for managing a public MDB.
Data pertaining to public stores in Microsoft® Exchange 2000 Server information stores 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.
The PublicStoreDB COM class gives you the ability to create, modify and delete public stores. With the default interface, IPublicStoreDB, you can mount, dismount or move a public store. You can also modify properties that control the public store behavior.
Visual Basic
Sample to be provided