M
Mike Lindeboom
I have implemented an Outlook add-in that maintains a collection of
Inspectors (one for each open MailItem). Each inspector has a custom
command button. The tag name for each button differs by the index
number of the inspector (as it is seen in the collection of
inspectors).
PROBLEM: When any custom button is hit, the click event is sent to the
custom button for every open inspector.
What have I missed? Is there an easy resolution to this problem?
Inspectors (one for each open MailItem). Each inspector has a custom
command button. The tag name for each button differs by the index
number of the inspector (as it is seen in the collection of
inspectors).
PROBLEM: When any custom button is hit, the click event is sent to the
custom button for every open inspector.
What have I missed? Is there an easy resolution to this problem?