How can I add an item to the context menu in Outlook from a Delphi application, while the Delphi application is running?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can write an com add-in for outlook to customize/create your context menu, and from there you can check if your delphi app is up then do the changes that you need. To customize outlook (com add-in app), you can use a 3 party lib called add-in express, using that lib is very easy customize outlook/word/excel. http://www.add-in-express.com/add-in-delphi/programming-outlook.php |
|||
|
|