Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
138 views

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&...
Christian Hayter's user avatar
0 votes
0 answers
73 views

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 ...
Victor Calarasu's user avatar
1 vote
0 answers
27 views

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 ...
user16279382's user avatar
0 votes
0 answers
66 views

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/...
Nick's user avatar
  • 51
0 votes
0 answers
40 views

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 = ...
Nick's user avatar
  • 51
0 votes
0 answers
149 views

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 ...
Heena's user avatar
  • 1,793