Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
A folder tree displays the folder hierarchy. It is similar to the tree control in Microsoft® Visual Basic®. You can expand or collapse nodes in the tree control.
Register procedures with the folder tree to respond to your input.
This code example inserts a tree control, registering functions to execute when a folder is selected or the folder hierarchy is expanded.
<WM:TreeView id="objTree" style='' onpickfolder = "objTree_OnPickFolder(event.URL);" onaddheirarchy = "objTree_OnAddHeirarchy();" imagePath = "/exchweb/img/" />
Note
The folder tree is only implemented for Microsoft® Internet Explorer 5 or later browsers.
See Also Tree Members .