How do you get a reference to a Reading Pane in Outlook? And how do you add an event handler to be notified with the content of the reading pane changes?
As far as I can see, Oulook doesn't consider Reading Pane as an Inspector. When ThisAddIn_Startup is fired, Application.Inspectors.Count is 0, InspectorsEvents_NewInspectorEventHandler also doesn't get fired.
All I want to know is when the message is loaded in the Reading Pane and get a reference to that message (i.e. sender's email address).
Seems like a simple task, but I can't find a single example on the Internet.