How can I programmatically put a reference to the custom ribbon I made so that the custom region I created will appear in that ribbon?
I see this is how you reference an outlook item. But I dont know how if its a customized ribbon.
private void MapItFactory_FormRegionInitializing(object sender, Microsoft.Office.Tools.Outlook.FormRegionInitializingEventArgs e)
{
Outlook.ContactItem myItem = (Outlook.ContactItem)e.OutlookItem;