J
Jacob Adams
I am developing an add-n for Outlook 2007 with VSTO 3.0. I have an
OfficeRibbon class that is set to Microsoft.Outlook.Mail.Compose.
It works great except for when a user selects another application (like IE)
and sends something via email (like File->send->link by email). In this
case, the compose window is brought up. After selecting send, either the
window remains open or a second compose window is opened.
If I exclude the ribbon file from my addin project or comment out the
InitializeComponent routine, everything works fine.
Is there something I can do to address this?
OfficeRibbon class that is set to Microsoft.Outlook.Mail.Compose.
It works great except for when a user selects another application (like IE)
and sends something via email (like File->send->link by email). In this
case, the compose window is brought up. After selecting send, either the
window remains open or a second compose window is opened.
If I exclude the ribbon file from my addin project or comment out the
InitializeComponent routine, everything works fine.
Is there something I can do to address this?