Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/json/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Json Microsoft outlook 365可操作邮件_Json_Outlook_Office365 - Fatal编程技术网

Json Microsoft outlook 365可操作邮件

Json Microsoft outlook 365可操作邮件,json,outlook,office365,Json,Outlook,Office365,您好,我想知道为什么我的可操作信息不会出现在手机上,但会出现在网络上,它会完美。有人知道我面临的问题是什么吗 下面是我要写的脚本 <script type="application/ld+json"> { "@type": "MessageCard", "@context": "http://schema.org/extensions", "summary": "This is the summary property",

您好,我想知道为什么我的可操作信息不会出现在手机上,但会出现在网络上,它会完美。有人知道我面临的问题是什么吗

下面是我要写的脚本

<script type="application/ld+json">
    {
        "@type": "MessageCard",
        "@context": "http://schema.org/extensions",
        "summary": "This is the summary property",
        "themeColor": "0075FF",
        "sections": [{
                "heroImage": {
                    "image": "http://messagecardplayground.azurewebsites.net/assets/FlowLogo.png"
                }
            },
            {
                "startGroup": true,
                "title": "**Pending approval**",
                "activityImage": "http://connectorsdemo.azurewebsites.net/images/MSC12_Oscar_002.jpg",
                "activityTitle": "Requested by **Miguel Garcia**",
                "activitySubtitle": "m.garcia@contoso.com",
                "facts": [{
                        "name": "Date submitted:",
                        "value": "06/27/2017, 2:44 PM"
                    },
                    {
                        "name": "Details:",
                        "value": "Please approve the awesome changes I made to this fantastic document."
                    },
                    {
                        "name": "Link:",
                        "value": "[Link to the awesome document.pptx](http://www.google.com)"
                    }
                ]
            },
            {
                "potentialAction": [{
                        "@type": "ActionCard",
                        "name": "Approve",
                        "inputs": [{
                            "@type": "TextInput",
                            "id": "comment",
                            "isMultiline": true,
                            "title": "Reason (optional)"
                        }],
                        "actions": [{
                            "@type": "HttpPOST",
                            "name": "Submit",
                            "target": "http://..."
                        }]
                    },
                    {
                        "@type": "ActionCard",
                        "name": "Reject",
                        "inputs": [{
                            "@type": "TextInput",
                            "id": "comment",
                            "isMultiline": true,
                            "title": "Reason (optional)"
                        }],
                        "actions": [{
                            "@type": "HttpPOST",
                            "name": "Submit",
                            "target": "http://..."
                        }]
                    }
                ]
            },
            {
                "startGroup": true,
                "activitySubtitle": "Grant approvals directly from your mobile device with the Microsoft Flow app. [Learn more](http://learnmode)\n\nThis message was created by an automated workflow in Microsoft Flow. Do not reply."
            }
        ]
    }

</script>

{
“@type”:“MessageCard”,
“@context”:”http://schema.org/extensions",
“摘要”:“这是摘要属性”,
“themeColor”:“0075FF”,
“章节”:[{
“英雄法师”:{
“图像”:http://messagecardplayground.azurewebsites.net/assets/FlowLogo.png"
}
},
{
“startGroup”:对,
“标题”:“**待批准**”,
“活动图像”:http://connectorsdemo.azurewebsites.net/images/MSC12_Oscar_002.jpg",
“活动标题”:“由**米格尔·加西亚**要求”,
“活动字幕”:“m。garcia@contoso.com",
“事实”:[{
“名称”:“提交日期:”,
“价值”:“2017年6月27日下午2:44”
},
{
“名称”:“详细信息:”,
“值”:“请批准我对这篇精彩文档所做的精彩更改。”
},
{
“名称”:“链接:”,
“值”:“[链接到awesome document.pptx](http://www.google.com)"
}
]
},
{
“潜在作用”:[{
“@type”:“行动卡”,
“名称”:“批准”,
“投入”:[{
“@type”:“TextInput”,
“id”:“评论”,
“isMultiline”:没错,
“标题”:“原因(可选)”
}],
“行动”:[{
“@type”:“HttpPOST”,
“名称”:“提交”,
“目标”:http://..."
}]
},
{
“@type”:“行动卡”,
“名称”:“拒绝”,
“投入”:[{
“@type”:“TextInput”,
“id”:“评论”,
“isMultiline”:没错,
“标题”:“原因(可选)”
}],
“行动”:[{
“@type”:“HttpPOST”,
“名称”:“提交”,
“目标”:http://..."
}]
}
]
},
{
“startGroup”:对,
“activitySubtitle”:“使用Microsoft Flow app直接从移动设备授予批准。[了解更多信息](http://learnmode)\n\n此邮件是由Microsoft Flow中的自动工作流创建的。请勿回复。“
}
]
}
如果我打开我的Outlook mobile应用程序,将不会显示任何卡片,而只显示在Outlook web上。可操作消息当前是否不支持移动

问候,


Khairul Ezwan B.Mohd Kaswan

您是否找到了问题的解决方案或其他信息?此功能是否仅通过OWA支持?是的。显然,此功能仅通过OWA支持。通过从延迟通道移动到目标通道,我可以在桌面客户端上使用它。看起来支持在1705版和1710版之间的某段时间出现。不知道该移动应用程序,但看起来桌面支持即将到来。您是否找到问题的解决方案或任何其他信息?此功能是否仅通过OWA支持?是的。显然,此功能仅通过OWA支持。通过从延迟通道移动到目标通道,我可以在桌面客户端上使用它。看起来支持在1705版和1710版之间的某段时间出现。不知道这个移动应用程序,但看起来桌面应用程序支持即将到来。