Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to add an extra menu item in outlook from vc++? If i right click on the mail in outlook, the options like reply, replyall.. etc will come,

1) I have to insert my custom menu item Add to My database option,

2) on clicking on this should pop up an window and takes the information from the mail and pushes into the database.
Posted

1 solution

There is no quick answer for your question. MAPI is a complex API. Not many people bother to learn it. It's been years since I've needed to work with it.

You might want to start here, Outlook 2010: MAPI Reference.

Then download the SDK from Microsoft and find examples that are similar to the tasks you want to accomplish, and morph those to fit your needs.
 
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