outlook-web-addins

Clarify what is safari classic mode?

淺唱寂寞╮ 提交于 2021-02-20 03:14:12
问题 My outlook add-in submission failed because my add-in doesn't load successfully in safari classic mode (as per email received from outlook validation team). It is working nicely on safari Version 13.0.5. 回答1: I have been trying to get clarification on how to test this also -- at least I think we're talking about the same thing. In our latest report from Microsoft, this is referred to as "Safari in Outlook Web App Classic mode." I've also seen the wording "classic experience." My understanding

Clarify what is safari classic mode?

喜欢而已 提交于 2021-02-20 03:03:23
问题 My outlook add-in submission failed because my add-in doesn't load successfully in safari classic mode (as per email received from outlook validation team). It is working nicely on safari Version 13.0.5. 回答1: I have been trying to get clarification on how to test this also -- at least I think we're talking about the same thing. In our latest report from Microsoft, this is referred to as "Safari in Outlook Web App Classic mode." I've also seen the wording "classic experience." My understanding

How to use REST to download Outlook attachments from a node server?

隐身守侯 提交于 2021-02-18 18:57:48
问题 Right now I use the ewsURL to fetch the attachments through a SOAP request. My Outlook Addin gets the ewsURL with a token and send it to the server and the server uses that to get the attachments. The problem is, this does not work for the mobile app. In mobile, I can't get the ewsURL. According to the docs, I have to use the REST API but it's not clear how to use it on the server side. Any help? 回答1: On the add-in side , there are a couple of differences when using Outlook REST APIs from an

ASP.NET Webform scriptmanager compatibility issue with Office outlook web add-in

雨燕双飞 提交于 2021-02-11 18:19:12
问题 We use asp.net webform to develop our outlook web add-in. There has been an issue in the add-in when a postback occurs inside an updatepanel, some client side errors will be thrown and it will make the add-in malfuntions. This issue is quite intermittent and we never found a solution. One of the error is like this h is not a constructor I have managed to strip down the add-in to its most simple form possible, where only the office.js and the scriptmanager are present. It can be observed that

ASP.NET Webform scriptmanager compatibility issue with Office outlook web add-in

寵の児 提交于 2021-02-11 18:18:18
问题 We use asp.net webform to develop our outlook web add-in. There has been an issue in the add-in when a postback occurs inside an updatepanel, some client side errors will be thrown and it will make the add-in malfuntions. This issue is quite intermittent and we never found a solution. One of the error is like this h is not a constructor I have managed to strip down the add-in to its most simple form possible, where only the office.js and the scriptmanager are present. It can be observed that

Outlook Web Add-In: Change the embedded browser and open browser of your choice

爷,独闯天下 提交于 2021-02-08 12:12:32
问题 I am just developing an Outlook Web Add-In. I suppose that Microsoft uses Internet Explorer 11 which is embedded in the Outlook 2016 desktop client. Is there a possibility to change this to another browser, for example Chrome. I also open a new browser in JavaScript (window.open) which is again Internet Explorer 11. In this case I want to change the browser too, e.g. Chrome. 回答1: Answer to first question - You cannot change the browser in which the addin is loaded inside Outlook Desktop.

Is it possible to programmatically access the selected appointment (event) in outlook using Office Add In

萝らか妹 提交于 2021-02-08 11:45:24
问题 How to get the selected appointment data from outlook calendar Add Ins. I have added the Add Ins in Outlook calendar. I want to get the selected appointment ( event ) data. Because i need to display the selected event in Outlook Add Ins. Is this possible ? ( using javascript ) 回答1: You can use Office.js APIs to get the details of current item or mailbox. For selected item's data you can use Office.context.mailbox.item APIs. Please check the API reference doc for complete API set. 来源: https:/

Change title bar's background colour in Outlook web-addin

谁说胖子不能爱 提交于 2021-02-08 11:38:49
问题 I would like to change the title bar's background colour. I see in the xml file which produces the title. What is the way to hook into the title bar to change the background colour? I see a similar questions for C# [Is there any way to change border/header background in VSTO outlook add in?][1] [1]: Is there any way to change border/header background in VSTO outlook add in? Is there something similar we can do here with the webaddin? 回答1: Currently changing the background color of the title

Change title bar's background colour in Outlook web-addin

浪子不回头ぞ 提交于 2021-02-08 11:36:57
问题 I would like to change the title bar's background colour. I see in the xml file which produces the title. What is the way to hook into the title bar to change the background colour? I see a similar questions for C# [Is there any way to change border/header background in VSTO outlook add in?][1] [1]: Is there any way to change border/header background in VSTO outlook add in? Is there something similar we can do here with the webaddin? 回答1: Currently changing the background color of the title

Outlook Add-in REST API In Shared Inbox Fails: ErrorInvalidMailboxItemId - Item Id doesn't belong to the current mailbox

末鹿安然 提交于 2021-02-08 10:12:48
问题 We have an Outlook (Office JS) Add-in with a manifest configured to support shared folders, i.e. <SupportsSharedFolders>true</SupportsSharedFolders> The add-in has been running flawlessly, for many months, on a number of machines that meet the minimum requirement set of 1.8 for shared folder support. Since 22-Apr-2020 it has returned the following error when selecting an email in a shared email inbox: Status Code: 404 ErrorInvalidMailboxItemId - Item Id doesn't belong to the current mailbox