J
Jon
Hi
I'm experimenting with the IDTExtensibility2 interface and have successfully
created a CommandBarButton in Outlook 2003. This is written in C# and
functions OK.
My issue is that when I close Outlook, there is a delay of a few seconds
between closing the app and my OnBeginShutdown method being called
(presumably some cleanup is going on). If I close Outlook and then
immediately open it again, I get a Microsoft Outlook Message Box (error)
saying 'The Operation Failed'. This is obviously because my add-in hasn't
cleaned up yet.
Has anyone else experienced this/got any suggestions on how to avoid this?
Thanks
Jon
I'm experimenting with the IDTExtensibility2 interface and have successfully
created a CommandBarButton in Outlook 2003. This is written in C# and
functions OK.
My issue is that when I close Outlook, there is a delay of a few seconds
between closing the app and my OnBeginShutdown method being called
(presumably some cleanup is going on). If I close Outlook and then
immediately open it again, I get a Microsoft Outlook Message Box (error)
saying 'The Operation Failed'. This is obviously because my add-in hasn't
cleaned up yet.
Has anyone else experienced this/got any suggestions on how to avoid this?
Thanks
Jon