Y
Yaroslav
Hello,
I am developing outlook 2003 add-in on C++ and faced the following issue:
when the outlook is the default mail client in the internet explorer and I try sending the html page from ie (through the file->send menu) , the outlook inspector window don't contain the toolbar which is appended by my add-in on OnNewInspector notification. (I examined that outlook is running with the -Embedding parameter/switch in this case).
If I run the outlook in normal mode (run outlook.exe and than click on 'create' button in order to open inspector window) everything works fine and inspector window contains my toolbar.
Add-in implements TExtensibility2,InspectorsEvents and in OnConnection method it subscribes to receive notifications from Inspectors COM (such as OnNewInspector).
Also I tried to debug such scenario and noticed that the inspector window arises earlier than my add-in dll is loaded, so it doesn't have time to subscribe for notification.
Have I missed something to care about? Any ideas how to handle OnNewInspector event if outlook is running with -Embedding param ?
I am developing outlook 2003 add-in on C++ and faced the following issue:
when the outlook is the default mail client in the internet explorer and I try sending the html page from ie (through the file->send menu) , the outlook inspector window don't contain the toolbar which is appended by my add-in on OnNewInspector notification. (I examined that outlook is running with the -Embedding parameter/switch in this case).
If I run the outlook in normal mode (run outlook.exe and than click on 'create' button in order to open inspector window) everything works fine and inspector window contains my toolbar.
Add-in implements TExtensibility2,InspectorsEvents and in OnConnection method it subscribes to receive notifications from Inspectors COM (such as OnNewInspector).
Also I tried to debug such scenario and noticed that the inspector window arises earlier than my add-in dll is loaded, so it doesn't have time to subscribe for notification.
Have I missed something to care about? Any ideas how to handle OnNewInspector event if outlook is running with -Embedding param ?