I am having trouble capturing the reply-to-all, reply, and forward events in Outlook 2013 (using VSTO for 2010).
Currently, I am having no problems with Inspector class, since those open a new window.
But when I click Reply or Reply-To-All in Outlook only and it shows in the same windows as outlook (not in a pop-out window), my Inspector event handler does not fire. It only fires when there is a new window pop-outed.
Is there any way to handle this, so that I can interject some code in between?
Thank you!