S
StevenBr
My Outlook add-in puts a toolbar with a button on the inspector, when the
user invokes a new message form.
This button gathers information about the message and logs it to a database.
However, I notice that the behavior is unpredictable if the user invokes
multiple inspectors simultaneously. Subsequent inspectors don't behave
properly; for instance, the second doesn't get the toolbar added at all, and
the third removes the toolbar from the first when it's opened (the
"newInspector" event checks for, and deletes the toolbar if it's there and
readds it).
The add-in is built using the sample format I found, with a "connect" and
"outaddin" class. Any ideas why the subsequent Inspectors don't behave as
expected?
Thanks!
user invokes a new message form.
This button gathers information about the message and logs it to a database.
However, I notice that the behavior is unpredictable if the user invokes
multiple inspectors simultaneously. Subsequent inspectors don't behave
properly; for instance, the second doesn't get the toolbar added at all, and
the third removes the toolbar from the first when it's opened (the
"newInspector" event checks for, and deletes the toolbar if it's there and
readds it).
The add-in is built using the sample format I found, with a "connect" and
"outaddin" class. Any ideas why the subsequent Inspectors don't behave as
expected?
Thanks!