Using the Managed Exchange TreeView Control User Interface

Topic Last Modified: 2009-07-24

The Managed Exchange TreeView Control can be used in Windows Forms applications that are running on Microsoft Exchange Server 2003, Microsoft Exchange Server 2007, or client computers. You can copy, move, rename, and delete folders in the Exchange store through the user interface of the Managed Exchange TreeView Control.

To create a new folder

  1. With the ContextMenuEnabled property set to true, right-click a folder node in the TreeView control.

  2. Click New.

  3. Enter the folder name in the New Folder window and click OK.

A new folder is created in the Exchange store.

To rename a folder

  1. With the ContextMenuEnabled property set to true, right-click a folder node in the TreeView control.

  2. Click Rename.

  3. Enter the folder name in the Rename Folder window and click OK.

The folder is renamed in the Exchange store.

To delete a folder

  1. With the ContextMenuEnabled property set to true, right-click a folder node in the TreeView control.

  2. Click Delete.

  3. Click Yes to delete the folder.

The folder is deleted in the Exchange store.

To move a folder

  1. With the DragDropEnabled property set to true, hold down the right mouse button and drag the folder to another folder node.

  2. Release the right mouse button and click Move on the drag-drop context menu.

Or

  1. With the DragDropEnabled property set to true, hold down the left mouse button and drag the folder to another folder node.
  2. Release the left mouse button.

The folder is moved in the Exchange store.

To copy a folder

  1. With the DragDropEnabled property set to true, hold down the right mouse button and drag the folder to another folder node.

  2. Release the right mouse button and click Copy on the drag-drop context menu.

The folder is copied in the Exchange store.