Custom Ribbon causing problems with Link by E-mail

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top