Platform SDK: Exchange 2000 Server

StorageGroup CoClass

[This is preliminary documentation and subject to change.]

Defines an object for managing groups of Information Stores.

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

Implemented Interfaces

IStorageGroup

IDataSource

Supported IDataSource Bindings

Data pertaining to Storage Groups 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.

Remarks

Instances of the StorageGroup COM class give you access to information pertaining to storage groups. This information is principally held in the Windows Active Directory. The default interface on the StorageGroup object is the IStorageGroup. You can use this interface to access configuration information about the underlying Jet databases used in the Exchange 2000 Server information stores.

Example

Visual Basic

Dim StorGroup as New CDOEXM.StorageGroup

SetldapURL = 'the ldap url to the storage group in the DS
StorGroup.DataSource.Open ldapURL
StorGroup.MoveLogFiles("C:\newlogPath", 0)