SashaMo
SashaMo

Reputation: 176

How to add context menu item to outlook when it in reading email mode

So, I want create add-in which can read selected word at email and send it to the API by clicking on context menu. As for text selection everything is clear. But I stuck in creating context menu.

I search the web and found that we need add contextMenu item into the ribbon xml with specific idMso But which of then I don't understand.

P.S. I found the document with Outlook controls names here http://www.microsoft.com/en-us/download/confirmation.aspx?id=6627

Upvotes: 1

Views: 1340

Answers (1)

SashaMo
SashaMo

Reputation: 176

Ok, I found it! idMso="ContextMenuReadOnlyMailText"

Upvotes: 2

Related Questions