
4,386 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I put together a simple VSTO add-in to add a group (iMIS) and a button (Committees) to the New Email Message tab. This is my VS design:
I pulled the name of the tab from the 2016 Office fluent user interface control identifiers Zip (outlookmailitemcontrols.xlsx). VS recognizes it as a built-in tab.
When I tested my add-in, Outlook threw this error:
Why can't this tab be found?
Thanks,
Terry Thiel
I found the answer. I needed to set the RibbonType property of the OfficeRibbon object to Microsoft.Outlook.Mail.Compose. Case closed.