Hello,
I am using ribbon xml to add a new item to Outlook context menu (ContextMenuMultipleItems).
I have been able to add the new button before "Copy" by setting
insertBeforeMso="Copy"
in ribbon XML.
I want to add the new button before "Open" button in the multiple selection. However setting the
insertBeforeMso="Open"
does not work.
Please let me know how can this be done?
Thanks in advance.