Word COM Add-In and Outlook Problem

P

PMRamirez

I am developing an Add-In using Visual Studio .NET 2003 (shared add-in) for
Word 2003. Buttons are added to the toolbar, events are handled, etc. If
Word is set as the email editor in Outlook, these events are still fired.

I want to disable/unload the add-in when in editing an email. Is this
possible? I am tinkering with the WindowActivate event, but I'm not sure
this is the right direction.

Thanks!!

Philip
 
Top