Open
Description
This is a code part, which should open the add-in by its ID.
{
"type": "Action.InvokeAddInCommand",
"title": "${replyWithOutlookAddInButton.label}",
"addInId": "${replyWithOutlookAddInButton.addInId}",
"desktopCommandId": "msgReadOpenPaneButton",
"isEnabled": true,
"isPrimary": false,
"tooltip": "${replyWithOutlookAddInButton.tooltip}"
}
Add-In gets opened via Outlook Desktop only, but nothing happens on button click via Outlook Web (tested in Chrome and Edge).
The example is made by this article.
Expectation: should open the relevant Add-In from browsers and the desktop client.
Please, advise
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: b948883f-055a-1e6a-791d-84338fc437a5
- Version Independent ID: 62b37158-dc1a-bfbe-d7ff-ba1963de950c
- Content: Invoke an Outlook add-in from an actionable message - Outlook Developer
- Content Source: docs/actionable-messages/invoke-add-in.md
- Service: outlook
- Sub-service: o365-connectors
- GitHub Login: @jasonjoh
- Microsoft Alias: jasonjoh