Search code examples
c#vstooutlook-addinoffice-2013

Need to Add Context menu on outlook ReportItem (In terms of outlook users 'Read Receipt')


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.

Image represent what I actually want.

This is my Ribbon XML Code Ribbon XML code

Thanks


Solution

  • 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.