Reputation: 725
My requirement is to capture the click events in attachment item's context menu in Outlook 2003. I tried binding existing outlook item events but none of them fires at all. Is there a way to accomplish my requirement ? Is there a way to get hold of the context menu for attachments ?
Thank you
Upvotes: 0
Views: 61
Reputation: 49453
Outlook 2003 uses command bars. You need to use the OnUpdate event of the CommandBars class to find the context menu (if any).
Upvotes: 1