D
DRuben
I am creating a C++ COM add-in to work on Outlook 2003 and 2007 using
strictly the Outlook Object model. I am monitoring Explorer, Inspectors (New
Inspector) and selected item events (verbs: Open, Reply, ReplyAll, Forward).
As long as the user selects the item before selecting an action on it
(causing a SelectionChange event to fire, which allows me to sink with the
item events), I'm able track the last verb based on the event fired. However,
if the user does not select the item first (it is not the currently selected
item) and instead right clicks the item, a SelectionChange event does not get
fired. What I do get is a New inspector event. At this point, how do I
determine which verb invoked the new Inspector for that item?
Thanks in advance for any and all help.
strictly the Outlook Object model. I am monitoring Explorer, Inspectors (New
Inspector) and selected item events (verbs: Open, Reply, ReplyAll, Forward).
As long as the user selects the item before selecting an action on it
(causing a SelectionChange event to fire, which allows me to sink with the
item events), I'm able track the last verb based on the event fired. However,
if the user does not select the item first (it is not the currently selected
item) and instead right clicks the item, a SelectionChange event does not get
fired. What I do get is a New inspector event. At this point, how do I
determine which verb invoked the new Inspector for that item?
Thanks in advance for any and all help.