Platform SDK: Exchange 2000 Server

IMailboxStoreDB Interface

[This is preliminary documentation and subject to change.]

This interface provides access to mailboxes in Exchange 2000 information stores.

IID
25150F45-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 mailbox 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.
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.
HardLimit

[Visual Basic,VBScript] Long

[C++,IDL] Long

The maximum mailbox size (in kilobytes) before sending and receiving email is suspended.
Name

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The name of the mailbox.
OverQuotaLimit

[Visual Basic,VBScript] Long

[C++,IDL] Long

The maximum number of kilobytes over the StoreQuota before sending is suspended.
PublicStoreDB

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The default public store path for this mailbox.
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 Mailbox.
StoreQuota

[Visual Basic,VBScript] Long

[C++,IDL] Long

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

Methods

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

Example

[Visual Basic]
No code available