Add option to right mouse context menu

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...
 
K

Ken Slovak - [MVP - Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top