Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Defines an object for managing groups of Information Stores.
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.
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.
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)