I am using office.js to create excel add-ins. I do have requirement to open dialog box from task pane and show task pane content in to the dialog box. To show t
I am using OfficeJs to create word add-in. In that i want to show modal dialog on click on ribbon button. I have used below API Office.context.ui.displayDialogA
I have notice this error happens for ALL modern Outlook Office Add-ins. Searching the net I can also see that many other Modern Outlook Add-ins are having the
I am currently building an office 365 add-in on outlook and upon first load the add in is showing an empty html content like so before the whole add in render c
I'm developing an MS Word add-in. In newer MS Word editions, there is the "FILE" option in the menu bar which opens an interface where you can select a recent d
I am the author of an Excel add-in that loads data from an internal api. What I want to do is avoid having many users run the StreamingInvocations concurrently
I am the author of an Excel add-in that loads data from an internal api. What I want to do is avoid having many users run the StreamingInvocations concurrently
How can i get the text in range from the current location of the cursor till the end of the file? I use JavaScript Word api.
BACKGROUND: Currently I am searching Outlook.MailItems where their UserProperty (here, "IsProcessed") is equal to its propertyValue (here, true or false). st
I have a VSTO addin with Outlook. I currently use the "Sent Items" Folder in my Items.ItemAdd() event to intercept the email to process and save it into a depos
Since I updated Office 365 to Version 1908 (Build 11929.20658) I am having issues using our own developed Outlook add-in in the Outlook Desktop Client. Outlook
my friends and I are making an outlook add-in that can take the text from an email in the user's inbox and send it to our email address. the email part of this
Our Word Add-In (using Office-js), which is still work in progress isn't compatible with IE11. We aren't sure we would like to support that either, certainly no
I've created my own OneNote Add-in using Nodejs. I am having two issues. I've searched high and low and haven't found a solution. My add-in adds a new outlin
I am working on a project where I have to embed the content of the current word file as a word document in the current document. I don't want to save the origin
Is it possible to add a sub-task to Outlook, or do we need an additional addin to do so? I tried to look into it, but I couldn't find any information about it.
I have used Imports Microsoft.Office.Interop and Reference of Microsoft excel is added to project/solution Following are declaration Public xlsfilepath As Stri
I have a Web API service that is tested and working well. In a separate project I have an Outlook Web Add-In. The UI is working just fine. Now, I would like
I use code from this link to get email headers from outlook. But, it is not extracting email body(content-type) correctly. Everything works fine. If you want
From our web application running in company network, I'm looking for an alternative way of "mailto" approach (since "mailto" supports plain text only for the bo