I have searched all over but couldn't find solution to this.
I have to add a add-in button in Meeting tab of Meeting Window in Outlook. Below are the methods that I already tried:
- Method1 : Ribbon (XML)
I added ribbon(XML) to my project but I could only find idMso for New 'Add-In' Tab and not for meeting Tab.
- Method2: Ribbon (Visual Designer)
I already have added the button in Add-In Tab using C# VSTO. But I want to add that button in Meeting tab programmatically and not manually edit the ribbon.
Current position of Button in 'Add-In' Tab
Required position of Button in 'Meeting' Tab
I am using MS Outlook 2016 and Visual Studio 2015.
Can someone please help!
Thanks.