AdaptiveCard没有';t在Office 365 Proplus Outlook中渲染

AdaptiveCard没有';t在Office 365 Proplus Outlook中渲染,outlook,adaptive-cards,Outlook,Adaptive Cards,我无法在Office365的Outlook软件中呈现AdaptiveCard。它作为附件交付或显示以下消息 此消息是从MessageCard工具发送的 如果卡未出现,请安装Actionable Messages Debugger Outlook加载项以调试该问题 附加到此消息的卡的JSON有效负载: 我的问题是如何使其工作,或者Office 365 outlook版本不提供AdaptiveCard { "$schema": "http://adaptivecards

我无法在Office365的Outlook软件中呈现AdaptiveCard。它作为附件交付或显示以下消息

此消息是从MessageCard工具发送的

如果卡未出现,请安装Actionable Messages Debugger Outlook加载项以调试该问题

附加到此消息的卡的JSON有效负载:

我的问题是如何使其工作,或者Office 365 outlook版本不提供AdaptiveCard

{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"originator": "<id>",
"version": "1.0",
"body": [
    {
        "type": "ColumnSet",
        "columns": [
            {
                "width": 1,
                "items": [
                    {
                        "type": "Container",
                        "padding": {
                            "top": "None",
                            "bottom": "None",
                            "left": "Small",
                            "right": "None"
                        },
                        "items": []
                    },
                    {
                        "type": "Container",
                        "backgroundImage": "https://filedepot.blob.core.windows.net/build/header.png",
                        "spacing": "Small",
                        "items": [
                            {
                                "type": "TextBlock",
                                "text": "TOM Notes",
                                "size": "Medium",
                                "color": "Light",
                                "horizontalAlignment": "Left",
                                "wrap": true
                            }
                        ],
                        "padding": "None"
                    },
                    {
                        "type": "Container",
                        "padding": "Small",
                        "items": [
                            {
                                "type": "ColumnSet",
                                "columns": [
                                    {
                                        "type": "Column",
                                        "width": "auto",
                                        "items": [],
                                        "padding": "None"
                                    },
                                    {
                                        "type": "Column",
                                        "width": "stretch",
                                        "items": [
                                            {
                                                "type": "TextBlock",
                                                "text": "**Me** submitted on 23rd July"
                                            },
                                            {
                                                "type": "TextBlock",
                                                "text": "Hi ",
                                                "spacing": "",
                                                "size": "Small"
                                            },
                                            {
                                                "type": "TextBlock",
                                                "text": "**Reply**",
                                                "spacing": "",
                                                "size": "Small"
                                            },
                                            {
                                                "type": "Input.Text",
                                                "id": "comment",
                                                "isMultiline": true
                                            }
                                        ],
                                        "padding": "None"
                                    }
                                ],
                                "padding": "None"
                            },
                            {
                                "type": "ActionSet",
                                "id": "expenseActions",
                                "horizontalAlignment": "Left",
                                "actions": [
                                    {
                                        "type": "Action.Http",
                                        "headers": [
                                            {
                                                "name": "Content-Type",
                                                "value": "application/json"
                                            }
                                        ],
                                        "method": "post",
                                        "url": "Azure function",
                                        "title": "Submit",
                                        "body": "{<json payload>}"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "type": "Column",
                "padding": "None"
            }
        ],
        "padding": "None"
    }
],
"padding": "None"
{
“$schema”:”http://adaptivecards.io/schemas/adaptive-card.json",
“类型”:“AdaptiveCard”,
“发起人”:“发起人”,
“版本”:“1.0”,
“正文”:[
{
“类型”:“列集”,
“栏目”:[
{
“宽度”:1,
“项目”:[
{
“类型”:“容器”,
“填充”:{
“顶部”:“无”,
“底部”:“无”,
“左”:“小”,
“对”:“无”
},
“项目”:[]
},
{
“类型”:“容器”,
“背景图像”:https://filedepot.blob.core.windows.net/build/header.png",
“间距”:“小”,
“项目”:[
{
“类型”:“文本块”,
“文本”:“汤姆笔记”,
“大小”:“中等”,
“颜色”:“光”,
“水平对齐”:“左”,
“包装”:正确
}
],
“填充”:“无”
},
{
“类型”:“容器”,
“填充”:“小”,
“项目”:[
{
“类型”:“列集”,
“栏目”:[
{
“类型”:“列”,
“宽度”:“自动”,
“项目”:[…],
“填充”:“无”
},
{
“类型”:“列”,
“宽度”:“拉伸”,
“项目”:[
{
“类型”:“文本块”,
“文本”:“**我**于7月23日提交”
},
{
“类型”:“文本块”,
“文本”:“您好”,
“间距”:“,
“大小”:“小”
},
{
“类型”:“文本块”,
“案文”:“**答复**”,
“间距”:“,
“大小”:“小”
},
{
“类型”:“Input.Text”,
“id”:“评论”,
“isMultiline”:正确
}
],
“填充”:“无”
}
],
“填充”:“无”
},
{
“类型”:“操作集”,
“id”:“支出行为”,
“水平对齐”:“左”,
“行动”:[
{
“类型”:“Action.Http”,
“标题”:[
{
“名称”:“内容类型”,
“值”:“应用程序/json”
}
],
“方法”:“发布”,
“url”:“Azure函数”,
“标题”:“提交”,
正文“{}”
}
]
}
]
}
],
“类型”:“列”,
“填充”:“无”
}
],
“填充”:“无”
}
],
“填充”:“无”
}