Replies: 1 comment
-
One workaround that we found is that there is a "Pin" option on right click (Apps->Our AddIn->Right Click). Question is: can we do this programaticaly from OfficeJS or somehow in manifest.xml? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing Outlook AddIn and I have a taskpane for MessageReadCommandSurface with one button. That works fine in Outlook Windows Desktop Classic, I see button on the ribbon. However, on outlook webmail (i.e. https://outlook.office.com/) button is not obviously there. User has to click on the "Apps" button and then it is there. But, I can see that some addins like ScriptLab and VivaInsights have buttons just next to the Reply/ReplyAll... buttons. How can we also achieve that?

Here is the excerpt from my manifest.xml:
How does ScriptLab put a button (or Menu button) here ?
Beta Was this translation helpful? Give feedback.
All reactions