- Subject: Response from Outlook dialog box.
- Author: Adi
- Date: 12 May
- References:
I am using VSTO with C# for creating Outlook Add-ins. I need to get
the response from the dialog box that pops up during various
operations like Save, Send, Close etc. The dialog box usually contains
options like:
1. Save and send the item,
2. Don't save but keep the item open.
How can I get the response out of this dialog box?