Add option to right mouse context menu

  • Thread starter Thread starter Maurice
  • Start date Start date
M

Maurice

I've created a procedure to save mail to a designated location. I added a
button to the toolbar. Is it possible to add this option to the right mouse
context menu?

Here's the deal: i would like to offer the user an option to save the mail
by right clicking the selected mail and save it to the designated location.

using office 2007 - (but a solution for office 2003 is also welcome)

any feedback appreciated...
 
Outlook 2007 exposes all sorts of context menus, see
Application.ItemContextMenuDisplay for that.

For Outlook 2003 you'd need to use a hack that works most of the time, but
it's tricky and sometimes doesn't work. Search at www.outlookcode.com for
"context menu" to find links to code and discussion threads for that.
 
Back
Top