hi all,I am trying to replicate the 'Search for Workspaces' functionality from an external application. If i am not mistaken, this functionality is acheived by the WorkspaceSearchExCmd in Filesite (8.2 SP2). No UI should be presented to the user for this request. Also the found workspace should be selected and Outlook be brought to the fore ground ( select the newly added workspace in filesite (Outlook 2003) - This i have been able to do !!)When user's click the Search for Workspaces button and use the quick search capability of the dialog and have access to three commands on the Search Result window's Open button - Open, Add to My Matters, Add to My Favourites. The Add functions are pretty obvious to replicate but i can't seem to find a way to replicate this whole process to use Open which would add the selected workspace to my _Matter Worklist.I am aware of using Session.SearchWorkspaces(....) to retrive workspace/s but don't know how to add it to the Matter Worklist. From what i can see as a dirty workaround would be to add the required workspace to either the My Favourites or My Matters as shortcuts, which would add them to the Matter Worklist and then remove them using IManContentShortcuts.RemoveObject to get rid of the shortcut but still preserving the workspace entry in the Matter Worklist. Any suggestions please ...thanks,koms