12 questions
1
vote
1
answer
158
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&...
1
vote
0
answers
68
views
Word Addin - Get version from the manifest file
We have developed a Word Add-in using Angular and are currently using OfficeJS for performing Word-related operations.
We want to programmatically access the manifest version (i.e., the version ...
0
votes
0
answers
77
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
91
views
XML Schema Validation Error in Add-in Manifest for Word Task Pane with Title Field
I'm developing a Word web add-in with a task pane and dialog using office-js. The task pane functionality works perfectly when I sideload the add-in locally.
Here’s the relevant part of my manifest ...
1
vote
0
answers
29
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 ...
1
vote
1
answer
106
views
Word Interop change text of paragraph before a table
I want to change the text af a paragraph. Thought it is totally simple - until there was a table.
Actually it is just one line of code:
activeDocument.Paragraphs[2].Range.Text = "abcd" + &...
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/...
-1
votes
1
answer
291
views
How to publish a Word addin to Microsoft AppSource
I'm trying to push my Word plugin to AppSource:
I followed the documentation and created an account on the Microsoft Partner Program: https://learn.microsoft.com/en-us/office/dev/add-ins/publish/...
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
1
answer
149
views
Question about auto opening Excel web workbook task pane
I'm working on a Excel JavaScript task pane. I inherited this project so a lot of the basic infrastructure was already built out when I started working on this. I've got a working development ...
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 ...
0
votes
1
answer
96
views
Outllok add in REST call: RequestBroker-ParseUri -- "Resource not found for the segment 'Q7GceiTKAvvXBwAtYompjmwrRqF359uQTkd1AAAAQTkd1AAAHjsV0AAA='."
I am using Outlook add in REST call to get attachment details. But I am receiving an error that says:
{
"error": {
"code": "RequestBroker--ParseUri",
"message": ...