Do invoking an Outlook add-in using actionable message work on Outlook Legacy UI (Old UI) on Mac?

Sahil Doshi 20 Reputation points
2024-10-23T09:11:51.29+00:00

Do invoking an Outlook add-in using actionable message work on Outlook Legacy UI (Old UI)? I tried using signed card and following json, it worked on New UI but didn't work on Legacy Outlook on Mac.

{
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "AdaptiveCard",
    "version": "1.4",
    "body": [
        {
            "size": "large",
            "text": "Hello Actionable message",
            "wrap": true,
            "type": "TextBlock"
        }
    ],
    "actions": [
        {
            "type": "Action.InvokeAddInCommand",
            "title": "Open Actionable Messages Debugger",
            "addInId": "3d1408f6-afb3-4baf-aacd-55cd867bb0fa",
            "desktopCommandId": "amDebuggerOpenPaneButton"
        }
    ]
}
Outlook
Outlook
A family of Microsoft email and calendar products.
4,081 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,024 questions
Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
514 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.