Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
this.Application.AttachmentContextMenuDisplay +=
    new Outlook.ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler(ThisAddIn_AttachmentContextMenuDisplay);



that is for outlook2007 and later versions then how to implement the same thing in ealier version of VSTO (outlook2003). Could any one help me out pls
Posted
Updated 30-Oct-12 6:07am
v2

The AttachmentContextMenuDisplay event was not exposed in VSTO 2003, I guess the best you can do is hook up at the NewInspector event and start from there.
 
Share this answer
 
Comments
hatelove420 1-Nov-12 1:06am    
hey thanks for your answer but im very new to this field .could you please show me a sample so that i can move on further .
actuall requirment :
I want to add a item to right click when I select some items in the inbox.I don't know how to add it.
I would look at doing something in Outlook 2003 VBA. You can look at this link: http://www.outlookcode.com/article.aspx?id=40[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900