Nilaksha Perera
Nilaksha Perera

Reputation: 725

How to access the context menu for attachments in outlook 2003?

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

Answers (1)

Eugene Astafiev
Eugene Astafiev

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

Related Questions