Platform SDK: Exchange 2000 Server

PublicStoreDB CoClass

[This is preliminary documentation and subject to change.]

Defines an object for managing a public MDB.

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

Implemented Interfaces

IPublicStoreDB

IDataSource

Supported IDataSource Bindings

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.

Remarks

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.

Example

Visual Basic

Sample to be provided