Reading content of reading pane
Solution to this was simple
Ol.MailItem mailItem = (Ol.MailItem)myExplorer.Selection[1];
However my next problem is :
If I select some text in reading pane how do I get that.
After I get that text I want to attach a contect menu to this selected
text
How can I do that.
|