I have a problem finding currently edited(!) MailItem on Reply/Forward to access replying mailItem's UserProperties.
Everything works more or less correctly when user replies in new message window using "Inspector".
But on in-line reply in reading pane everything falls apart.
ActiveExplorer().Selection[1] points to ORIGINAL MailItem instead of current item which user is currently editing.
How can I access actual (edited in reading pane) "current item" instead of just selected one?