How can I extend that menu when I open Email and Right Click on the body menu? I want to add some features.

I checked this Microsoft Developer Network Technical Article Extending the User Interface in Outlook 2010 and could not get what I need.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For #1 you may need access to the
WordEditorfrom the active Outlook Inspector. See this post regarding how to get access to theWordEditorfrom the active inspector.You will need to work within the Fluent Ribbon UI to create context menus. You just need to implement the
IRibbonExtensibilityinterface. The Ribbon UI uses XML to construct UI elements and handle events.CommandBarshave been deprecated in Outlook 2010.