Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
CDO Exchange Management (CDOEXM) provides five COM objects for managing the Exchange 2000 Server and its information stores. The CDOEXM object models are at CDO Exchange Management. The objects and their uses are described below.
The ExchangeServer object is for managing the overall Exchange 2000 Server. The IExchangeServer interface on this object allows you to get information such as the name of the server, the server type, server version and what storage groups are on the server. You can also set server characteristics such as enabling or disabling message tracking, or setting the days before log files are removed.
The FolderTree object is for managing Top Level Hierarchies in an Exchange 2000 Server. The IFolderTree interface allows you to manage the folder tree and the tree replicas. You can create replicas of entire or partial folder trees. Folder trees in information stores can be replicated on other servers. You cannot have more than one replica of a TLH per server.
The StorageGroup object is for managing storage groups in information stores. The IStorageGroup interface allows you to access the underlying Jet database configuration information used in Exchange 2000 information stores
The PublicStoreDB object is for managing public stores in the Exchange 2000 Server. The IPublicStoreDB interface allows you to create, modify and delete public stores.
The MailboxStoreDB object is for managing the Exchange 2000 Server mailbox store of a single recipient. The IMailboxStoreDB interface allows you to move, mount or dismount a mailbox store, or to access and set information pertaining to a mailbox store. The