IStorageGroup Interface

IStorageGroup Interface

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. This interface provides access to storage groups in Microsoft® Exchange Server 2003.

CLSID

25150F46-5734-11D2-A593-00C04F990D8A

Extends

IDispatch

Type Library

Microsoft CDO for Exchange Management Library

DLL Implemented In

CDOEXM.DLL

Member Summary

The following table lists the properties of the IStorageGroup interface.

Name Description
CircularLogging The CircularLogging property specifies whether new log entries will overwrite the oldest log entries when the log file size grows to the limit specified by the msExchESEParamLogFileSize property.
DataSource The DataSource property specifies the IDataSource2 Interface of this object. This property is read-only.
Fields The Fields property specifies the Fields collection for the object. This property is read-only.
LogFilePath The LogFilePath property specifies the Jet transaction log file path. This property is read-only.
MailboxStoreDBs The MailboxStoreDBs property specifies a list of mailbox store databases in the storage group. This property is read-only.
Name The Name property specifies the name of the storage group.
PublicStoreDBs The PublicStoreDBs property specifies a list of public store databases in the storage group. This property is read-only.
SystemFilePath The SystemFilePath property specifies the Jet transaction system file path. This property is read-only.
ZeroDatabase The ZeroDatabase property specifies whether deleted database pages will be overwritten with zeroes (wiped).

The following table lists the methods of the IStorageGroup interface.

Name Description
GetInterface The GetInterface method returns the specified dual interface on the object.
MoveLogFiles The MoveLogFiles method sets or relocates the log files to a different path.
MoveSystemFiles The MoveSystemFiles method sets or relocates the system files to a different path.

Remarks

Note  Exchange Server 2003 introduced recovery storage groups that can be used when restoring individual mailboxes. However, recovery storage groups cannot be opened using CDO for Exchange Management (CDOEXM). Attempting to open a recovery storage group using the CDOEXM IStorageGroup.DataSource.Open method returns the error 0xC1032221, "CDOEXM is not supported on Recovery objects."

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.