| Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
This interface provides access to mailboxes in Exchange 2000 information stores.
Properties
| Name | Type | Description |
|---|---|---|
| DataSource
(Read-Only) |
[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. |
No code available