| Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
This interface allows you to create and modify Top Level Hierarchies in an Exchange 2000 Server.
Properties
| Name | Type | Description |
|---|---|---|
| DataSource
(Read-Only) |
[C++,IDL]IDataSource* |
Returns the IDataSource interface on the object. |
| Fields
(Read-Only) |
[Visual Basic] ADODB.Fields [C++,IDL] Fields* |
The object's Fields collection. |
| Name | [Visual Basic,VBScript] String [C++,IDL]BSTR |
The name of the Top Level Hierarchy (folder tree) |
| RootFolderURL
(Read-only) |
[Visual Basic,VBScript] String [C++,IDL] BSTR |
Used to get a URL to the root folder of this tree. |
| StorageDBs
(Read-only) |
[Visual Basic,VBScript] Variant [C++,IDL] VARIANT |
A list of StoreDBs that contain the replicas for the folders in this folder tree. |
| TreeType
(Read-Only) |
[Visual Basic,VBScript] CDOFolderTreeType [C++,IDL]CDOFolderTreeType |
The Folder type (MAPI or general purpose). |
Methods
| Name | Description |
|---|---|
| GetInterface | Returns the specified dual interface on the object. |
Top Level Hierarchies can be can be distributed across several public store databases.
No code available