Context menu customisation for the outlook word editor
I am writing an add-in to Outlook 2007 using VSTO 2005 SE for which I need to add a context menu item that appears in a new mail inspector window when I right click over the body of the email.
I was able to do the same back when winword.exe was run as the default editor in outlook 2003, but now it seems that the editor is run in-proc (I tried accessing the object model through the wordeditor object of the inpector but it looks like the object model and access to the corresponding commandbars object is blocked when the document is open as an email).
The command bar needs to be added to the word-editor’s context menu and nowhere else in Outlook. Could anyone help me out on how this can be done or point me to some resource that’ll help me?
Thanks in advance,
Rishab

