Platform SDK: Exchange 2000 Server

FolderTree Property

[This is preliminary documentation and subject to change.]

The Top Level Folder Tree in this StoreDB

[Visual Basic,VBScript]
Property FolderTree as String
[C++]
HRESULT get_FolderTree(BSTR* pVal);
HRESULT put_FolderTree(BSTR pVal);
[IDL]
HRESULT [propget] FolderTree([out,retval] BSTR* pVal);
HRESULT [propput] FolderTree([in] BSTR Val);

Remarks