Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am writing a VSTO based outlook plugin. Requirement is to get the selected appointment item from outlook reminder window. Events are there to know when reminder is fired, dismissed and other things. But how can i know which item user has selected inside reminder window.

Real need of a guidance here.

What I have tried:

Reading the list with the help of SendMessage is working and i think , it will be easy to get selected item with that also. But my approach is to achieve this from VSTO project itself.
Posted
Comments
[no name] 5-Sep-20 9:33am    
"Selected" just means clicking an item in a list. Not a typical API unless it was specifically built in. You need to "hook" the actual appointment list control.

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