Skip to content

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

@edwardKatsCourse

Description

@edwardKatsCourse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs: triage ๐Ÿ”New issue, needs PM on rotation to triage asap

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions