outlook-web-addins

    1熱度

    1回答

    我試圖通過使用權限的Outlook Web加載項的EWS(SOAP)請求,使用UpdateItem更新IPM.Configuration.OWA.UserOptions消息中的字典元素。然而,它與下面的錯誤未能在響應: ErrorAccessDenied: Office extension is not allowed to update this type of item. 我使用的的upd

    1熱度

    2回答

    我試圖顯示一個在Office 2016的Outlook 2016(最近更新,EXE版本16.0.8431.2107)版本中運行的Outlook JS插件的對話框。 我在F12調試器控制檯中輸入的代碼如下: Office.context.ui.displayDialogAsync( window.location.origin, {width: 500, height: 500},

    1熱度

    1回答

    我正在開發可在所有現代瀏覽器,android和iOS上運行的Outlook加載項。 我使用託管EWS API來獲取電子郵件,並通過將ewsUrl,itemId和ewsToken在OAuthCredentials類,這是我的遠程服務及其附件。 我通過在UI中使用Office.js getCallbackTokenAsync方法獲取ewsToken,並將所有這些信息傳遞給我的遠程服務以使用Manage

    2熱度

    2回答

    添加多個內嵌圖片我想多張圖片添加到我郵箱體office.js。 我使用下面的代碼: Office.context.mailbox.item.addFileAttachmentAsync(uri, assetName, { isInline: true }, function (asyncResult) { //resolvepromise }); (我

    1熱度

    2回答

    我正在開發Outlook Web插件。我正在使用REST API調用,使用Accesstoken將郵件從一個文件夾移動到另一個文件夾。 Office.context.mailbox.getCallbackTokenAsync({ isRest: true }, function (result) { if (result.status === "succeeded") {

    0熱度

    1回答

    我正在爲Outlook(主要是桌面版本)約會(日曆)的Office Web加載項工作,但我有一些問題搞清楚,如何讓我的按鈕出現在正確的位置。 我希望我的按鈕以閱讀模式出現在約會窗體中(不能在撰寫模式下),我希望它出現在與會者和約會的組織者 - 這是我的問題開始的地方。 在清單我可以指定ExtensionPoint爲AppointmentAttendeeCommandSurface或Appointm

    1熱度

    1回答

    試圖附件從Outlook添加到電子郵件中附加還是返回了以下錯誤: status: failed code:9007 message:"The attachment cannot be added to the item." name:"AttachmentUploadGeneralFailure" 這發生在任何網絡上使用Outlook瀏覽器。在Outlook 2013/2016桌面客

    0熱度

    1回答

    我需要從我的Outlook Web插件訪問RFC5322格式的電子郵件並將其發送到我的後端。 該插件還需要支持內部部署Exchange服務器。我嘗試使用makeEwsRequestAsync API將GetItem請求IncludeMimeContent設置爲true。 我得到的迴應是我需要的。但是這個page提到IncludeMimeContent是昂貴的操作。 我不期望連續和許多併發GetIt

    1熱度

    1回答

    Outlook 2016 for Windows。 我使用的功能Office.context.mailbox.item.body.getAsync獲得的電子郵件內容: if (Office.context.requirements.isSetSupported("mailbox", 1.3)) { Office.context.mailbox.item.body.getAsync("ht

    1熱度

    1回答

    我想在用戶點擊插件視圖中的按鈕時打開網址。但網絡插件是拋出錯誤。 我的代碼,打開網址: let a = document.createElement("a"); a.setAttribute('target', '_blank'); a.setAttribute("style", "display: none"); document.body.appendChild(a); a.href