Platform SDK: Exchange 2000 Server

IFolderTree Interface

[This is preliminary documentation and subject to change.]

This interface allows you to create and modify Top Level Hierarchies in an Exchange 2000 Server.

IID
25150F47-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.
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.

Remarks

Top Level Hierarchies can be can be distributed across several public store databases.

Example

[Visual Basic]
No code available