Platform SDK: Exchange 2000 Server

IPublicStoreDB Interface

[This is preliminary documentation and subject to change.]

This interface provides access to Microsoft® Exchange 2000 Server information stores.

IID
25150F44-5734-11D2-A593-00C04F990D8A
Extends
IDispatch

Member Summary

Properties

Name Type Description
DataSource

(Read-Only)

IDataSource

[C++,IDL]IDataSource*

Returns the IDataSource interface on the object.
DaysBeforeGarbageCollection

[Visual Basic,VBScript] Long

[C++,IDL] Long

The days before deleted items will be permanently deleted from the store.
DBPath

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The path for the StoreDB.files.
DeletedItemRetentionLimit

[Visual Basic,VBScript] Long

[C++,IDL] Long

The number of items that will be retained before the oldest are permanently deleted from the server.
Fields

(Read-Only)

[Visual Basic] ADODB.Fields

[C++,IDL] Fields*

The object's Fields collection.
FolderTree

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The Top Level Folder Tree in this StoreDB
GarbageCollectionOnlyAfterBackup

[Visual Basic,VBScript] Boolean

[C++,IDL] VARIANT_BOOL

Boolean which indicates that items can be permanently deleted from the store only after they have been backed up.
Name

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The name of the public store.
ReplicationInterval

[Visual Basic,VBScript] Long

[C++,IDL] Long

The interval in minutes between replications.
ReplicationMessageSizeLimit

[Visual Basic,VBScript] Long

[C++,IDL] Long

The maximum size allowed for replication of an item (in kilobytes).
SLVPath

(Read-Only)

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The path for stream files.
Status

[Visual Basic,VBScript] CDOStoreDBStatus

[C++,IDL]CDOStoreDBStatus

The current status for the StoreDB.
StoreQuota

[Visual Basic,VBScript] Long

[C++,IDL] Long

The maximum size allowed for the store (in kilobytes).

Methods

Name Description
Dismount Dismount the StoreDB
GetInterface Returns the specified dual interface on the object.
Mount Mount the StoreDB
MoveDataFiles Move and change the paths for data files.

Example

[Visual Basic]
No code available