12 questions
0
votes
0
answers
138
views
"Resource not found for the segment" error reading email from Graph API
I have an Outlook web add-in which reads the currently selected email from Exchange Server, using the Graph API, before doing further processing on it. The relevant code is:
private static async Task&...
0
votes
0
answers
73
views
Office.context.mailbox.item.saveAsync fails during OnSend function on Outlook for web/New Outlook
I have an Add-in created for Outlook Web which adds headers to emails in order to send them securely. It operated both through Task Pane and on the OnSend functionality of Outlook Web.
When pressing ...
1
vote
0
answers
27
views
Outlook Add-in: Failed to Open .docx File in MS Word from iFrame Due to URL Scheme Error
I'm developing an Outlook add-in where I need to open a .docx file stored on a cloud server directly in Microsoft Word, specifically in edit mode. The process involves the following steps:
I open an ...
0
votes
0
answers
66
views
Excecute task pane code without showing task pane at startup
I'm trying to figure out if it's possible to execute code in my task pane without rendering the task pane. I've reviewed all the relevant documentation here:
https://learn.microsoft.com/en-us/office/...
0
votes
0
answers
40
views
Correct behavior of the Excel.CloseBehavior enum when trying to close a workbook in the web
I'm trying to close a workbook in the web and have the browser tab just close. I'm making the following calls to do this:
Excel.run(async context => {
context.workbook.isDirty = ...
0
votes
0
answers
149
views
Power Apps Office Add-in fails to retrieve environments
I'm having issues with the PowerApps Office Add-in for Excel. I'm unable to make a connection to my existing environments and it fails with error
Call to retrieve environments available for user has ...