Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action.InvokeAddInCommand does not open add-ins from browsers #1004

Open
edwardKatsCourse opened this issue Jul 4, 2023 · 1 comment
Open
Labels
Needs: triage 🔍 New issue, needs PM on rotation to triage asap

Comments

@edwardKatsCourse
Copy link

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.

@ghost ghost added the Needs: triage 🔍 New issue, needs PM on rotation to triage asap label Jul 4, 2023
@edwardKatsCourse
Copy link
Author

any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: triage 🔍 New issue, needs PM on rotation to triage asap
Projects
None yet
Development

No branches or pull requests

1 participant