Hi all,
I was wondering if there is any way to know when the Outlook commandbar XXX is fully initialized after I invoke a second instance of Outlook.
I have tried to the delegate the event with new Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler
. But unfortunately when I try to debug it I notice it is still using the first instance's commandbar XXX based on its member instanceid.
My question is where can I go to know my commandbar is fully initialized. Thanks.