【发布时间】:2018-01-04 13:37:35
【问题描述】:
我正在尝试使用 Office 365 Javascript API for Outlook 开发加载项。我正在使用 Microsoft 的 reference 来寻找在我单击按钮时允许我转发当前打开的电子邮件的方法。问题是引用中没有一种方法可以做到这一点,我如何使用 Office JS API 转发电子邮件?
我想应该是这样的:
var item = Office.context.mailbox.item; # item represents the currently opened email
item.Forward(email)
【问题讨论】: