HowTo customize mail message attachments' context menu

  • Thread starter Rimantas Varanavicius
  • Start date
R

Rimantas Varanavicius

Hello,

I'm developing Outlook Com AddIn with C#.
I need to add additional menu item into attachments' context menu. Currently
when mail item (containing attachments) is opened in a window inspector it is
possible to rigth click on attachment item and select one of available
context menu items: Open, Print, Save As, Remove, etc. I need to add
aditional menu item and handle it's click events in my com addin.
How should I do this? I wasn't able to find a way to customize this context
menu.
Thank you

regards,
Rimantas
 
K

Ken Slovak - [MVP - Outlook]

Not exposed at all to you for customization. You might be able to do a hack
using the window that pops up and modify that using Win32 API calls but
that's about it.
 

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