How do I activate my custom class form region from a ribbon button click event? In essence, performing the same function as Outlook Home -> New Items -> Custom Forms -> My Form Name.
I’ve developed a COM AddIn presenting a form to the user. It WAS a separate form region to the IPM.Note class. But now that I’ve broken it out to with “Replace-all” and given its own class name, I’m unsure how to instantiate the form from the Ribbon class Button1_Click event handler.
I’ve struggle to find a code sample to demonstrate this detail.
If this is an Add("IPM.MyClassName") call to the item collection, I'm unsure how to code it.