C
CoolSanil
Hi All,
I am developing com addin for Outlook 2k3 using ATL/COM. I have written
inspector wrapper class which will wrap inspectors in NewInspector event. In
wrapper class I add new toolbar on Inspector window. I am using Word as a
editor for composing mail. I have successfully handled Word Activate event,
word envelopVisible property also. My toolbar gets added and it is visible
properly while composing only one mail.When i try to compose 2 mails
simultaneously i have noticed that on already opened window(inspector window
which is opened 1st) toolbar gets added two times though i add toolbar per
word document instance.
So my problem is toolbar gets added twice though i add toolbar per word
document instance while composing 2 mails simultaneously.
I am developing com addin for Outlook 2k3 using ATL/COM. I have written
inspector wrapper class which will wrap inspectors in NewInspector event. In
wrapper class I add new toolbar on Inspector window. I am using Word as a
editor for composing mail. I have successfully handled Word Activate event,
word envelopVisible property also. My toolbar gets added and it is visible
properly while composing only one mail.When i try to compose 2 mails
simultaneously i have noticed that on already opened window(inspector window
which is opened 1st) toolbar gets added two times though i add toolbar per
word document instance.
So my problem is toolbar gets added twice though i add toolbar per word
document instance while composing 2 mails simultaneously.