Platform SDK: Exchange 2000 Server

MailboxStoreDB CoClass

[This is preliminary documentation and subject to change.]

Defines an object for managing a mailbox store.

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

Implemented Interfaces

IMailboxStoreDB

IDataSource

ISupportErrorInfo

Supported IDataSource Bindings

Data pertaining to mailbox stores in Microsoft® Exchange 2000 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

Instances of the MailboxStoreDB COM class allows you to manage the mailbox store of a single recipient. The default interface on the MailboxStoreDB object is the IMailboxStoreDB. You can use this interface to move, mount or dismount a mailbox store, or to access and set information pertaining to a mailbox store.

Example

Visual Basic

Reserved for future use.