B
Brian McCullough
Where is the most appropriate place to add a button to the toolbar in an
Inspector?
I have implemented an Inspector wrapper class (I am using VB6) and I am
adding a button only for MailItems that have been received (i.e. not New or
a Draft MailItem objects). I have my button currently getting created in
the MailItem's Read event (seems like the most logical place for this since
I only want the button created when I am reading a message) which is being
handled within the Inspector wrapper class.
The problem is that when I use the Up/Down arrows available to me in the
Inspector to scroll through the messages (without closing the Inspector
window), my button keeps getting added.
Although unlikely, I guess, potentially, I would need to check each time a
new message is loaded in the Inspector to determine if the button should be
loaded/unloaded since the folder the user is moving through may contain
Draft messages. Which events are fired when you use the Up/Down arrow in
the MailItem Inspector?
TIA!!
Inspector?
I have implemented an Inspector wrapper class (I am using VB6) and I am
adding a button only for MailItems that have been received (i.e. not New or
a Draft MailItem objects). I have my button currently getting created in
the MailItem's Read event (seems like the most logical place for this since
I only want the button created when I am reading a message) which is being
handled within the Inspector wrapper class.
The problem is that when I use the Up/Down arrows available to me in the
Inspector to scroll through the messages (without closing the Inspector
window), my button keeps getting added.
Although unlikely, I guess, potentially, I would need to check each time a
new message is loaded in the Inspector to determine if the button should be
loaded/unloaded since the folder the user is moving through may contain
Draft messages. Which events are fired when you use the Up/Down arrow in
the MailItem Inspector?
TIA!!