I am trying to develop Outlook Add-in for Microsoft Outlook 2013. I have already added context menu on outlook MailItem, DocumentItem. I have done some research regarding context menu on ReportItem (in terms of outlook 'Read Receipt') but I didn't get any idea for the same.
Can anyone help me out to create context menu on outlook Read Receipt (ReportItem) ?
for more details, I have attached few of images regarding my code.
Thanks
Finally after spending lot's of time on this research and I got solution.
<contextMenu idMso="ContextMenuMailItem">
Using above idmso, I am able to add context menu on Outlook ReportItem.