Hi AllNeed a bit of a push in the right direction regarding getting the Worksite Toolbar Copy button to fire using VBA.Have tried the .Execute method that works fine for standard Microsoft controls but have no joy with the Worksite controls.Has anyone got any ideas how I can get the Copy control ("Copy Email to Worksite" as opposed to "Copy Folder to Worksite") button to fire using VBA, or any alternate ideas on copying an email into Filesite (8.2)?Any tips/Samples etc greatly appreciated.Thanks in advance.
Hi jnyHave just sorted it out. Thought I would be lazy and be able to just get the Worksite toolbar to do my work for me. Have gone around it in a different way now - I am copying the email to a local temp folder and using the IMANEXTLib.SaveEmailCmd to import it back into Worksite. The advantage being that it kicks of the Filesite dialog boxes thus allowing the users to select where they want to save it. All seems working fine at the moment. Probably not the purists way of doing things but I was unable to get anything else working and with my manager breathing down my neck about timescales........If you have any ideas about saving an email directly from eg the sent items folder using VBA without having to save the msg to the local machine utilising the standard Email Save As Dialogs I would be interested. CheersAsjeff