How can I read out the receiver and sender in the Reading Pane in Outlook with VB.net or C#. It goes in a new window in which a new mail is created with
objOL = CreateObject ("Outlook.Application")
MsgBox ("objOL.ActiveInspector.CurrentItem.To:" & objOL.ActiveInspector.CurrentItem.To
It doesn't work in the reading pane (docked window).

