标签: office-js outlook-web-addins
我正在为Outlook开发一个加载项。我使用的是Dialog API。
使用我在Outlook中添加Web时遇到错误:
无法在postMessage上执行DOMWindow:提供的目标来源(https://outlook.office.com)与收件人窗口的来源(https://myIp:port)不匹配
postMessage
DOMWindow
https://outlook.office.com
https://myIp:port
当我拨打Office.context.ui.messageParent时会出现。
Office.context.ui.messageParent
任何人遇到同样的问题并知道解决方法吗?