【发布时间】:2017-03-14 23:43:17
【问题描述】:
Outlook 2013 SP1 的加载项 body.getAsync 不适用于约会。
我试过了:
Office.cast.item.toItemCompose(Office.context.mailbox.item).body.getAsync(Office.CoercionType.Html, function (result) {}
和
Office.context.mailbox.item.body.getAsync(Office.CoercionType.Html, function (result) {}
有什么想法吗?它适用于支持加载项的所有其他版本
【问题讨论】: