Peter.Zhao

Hi!

I want to replace the right-click menu(or append some menus to it) in the outlook07. In the outlook03 html editor, I can get the right-click menu by using name "Context Menu", in the Word some names can be used: "Table Text ", "Text" .etc

But I don't know the name of the right-click menu in the outlook07, at the same time the outlook07 launch a Word as it's editor, so I don't know where to get the right-click menu, the outlook application or the Word application

Who can tell me TIA!!!



Re: Visual Studio Tools for Office How can I get the right-click menu in the outlook07?

X4U

Hello Peter,

Outlook2007 provides several new Application events like

ItemContextMenuDisplay

See:

http://msdn2.microsoft.com/en-us/library/bb175110.aspx

http://msdn2.microsoft.com/en-us/library/bb176426.aspx

The events of the Object Modell

http://msdn2.microsoft.com/en-us/library/bb208260.aspx

Hope this helps,

greets Helmut






Re: Visual Studio Tools for Office How can I get the right-click menu in the outlook07?

Peter.Zhao

Sorry, I didn't make the question clearly.

The context menus which I want to replace is in the email body(in the Word editor). The scenario is that you open an email, input some contents or insert a table, then right click on them, I want to replace this context menu.

TIA!





Re: Visual Studio Tools for Office How can I get the right-click menu in the outlook07?

Mike Morton - MSFT

Peter, unfortunately I do not think this possible. Take a look at the reply from Ryan Gregg in this post (http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=944417&SiteID=1).

Mike





Re: Visual Studio Tools for Office How can I get the right-click menu in the outlook07?

Peter.Zhao

Thank you for your help!!!