Skip to content

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

Open
@edwardKatsCourse

Description

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.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions