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 - installation prompt does not trigger in the new Outlook Desktop client #1005

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

Comments

@edwardKatsCourse
Copy link

This acticle describes, that the installation prompt pop-up is supposed to be shown to user, if such Add-In is not installed.
(see screenshot below)
Screenshot 2023-07-04 141432

This code works as expected with the old Outlook Desktop, but the prompt does not get triggerred in the new Outlook Desktop.

                {
                  "type": "Action.InvokeAddInCommand",
                  "title": "${replyWithOutlookAddInButton.label}",
                  "addInId": "${replyWithOutlookAddInButton.addInId}",
                  "desktopCommandId": "msgReadOpenPaneButton",
                  "isEnabled": true,
                  "isPrimary": false,
                  "tooltip": "${replyWithOutlookAddInButton.tooltip}"
                }

Is there something different about the new and the old Outlook Desktop clients?
Feel free to ask for more details


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