OfficeDev / outlook-dev-docs

Microsoft Outlook Developer Documentation
Creative Commons Attribution 4.0 International
88 stars 105 forks source link

Action.InvokeAddInCommand - installation prompt does not trigger in the new Outlook Desktop client #1005

Open edwardKatsCourse opened 1 year ago

edwardKatsCourse commented 1 year ago

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.

edwardKatsCourse commented 1 year ago

any updates on this?

jasonjoh commented 3 months ago

@SiddharthaVinnakote @avijityadav can you clarify?