1,066 questions with Microsoft 365 and Office | Development | Office JavaScript API tags
Sever manager
Hi i am not able to install server manager pls help me
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Windows for business | Windows Server | User experience | Other
CS0103 The name 'ckeditor' does not exist in the current context
Hi! I'm trying to hook "Word count and character count" in CKEditor: https://ckeditor.com/docs/ckeditor5/latest/features/word-count.html Installed node.js and NPM. Executed the command in the console: npm install --save…
Developer technologies | ASP.NET | ASP.NET Core
Microsoft 365 and Office | Development | Office JavaScript API
How can I do jest testing on this data
I have a file like this. Dogs.js: Dogs = [{ breed: 'Labrador', puppies: [ 'Fluffy', 'Doggo', 'Floof' ] },{ breed: 'Rottweiler', puppies: ['Biscuits', 'Mary'] }]; Puppies = [ 'Fluffy', 'Doggo', 'Floof', 'Biscuits', 'Mary']; const result =…
Microsoft 365 and Office | Development | Office JavaScript API
Really bad errors on GPT-4 response
Hi everybody, we are working on developing a chatbot application using GPT-4. Our application runs in Javascript and the endpoint we are calling is the following: …
Microsoft 365 and Office | Development | Office JavaScript API
Azure OpenAI Service
How do I create a pop up Yes/No message box called from and return the result to C# code? Javascript? Something else?
This is what I have. It seems to pass the false value and go into the else area. I need the pop up box to appear, let the user select confirm or cancel then pass that value back to the C# code. Any thoughts? Thanks in advance! `<script…
Microsoft 365 and Office | Development | Office JavaScript API
Developer technologies | ASP.NET | Other
How to get existing version of the MS Word add-in
Hi, While implementing an office add-in for Word and PowerPoint, as a user requirement we need to get the existing version of the add-in. Would like to know the best way to get the version of the currently published manifest. Thank you in advance
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Word | For business | Windows
[Outlook] Create message API with MIME mail as payload
Hi, we are currently developing an Outlook addin with OfficeJS, with which a user can encrypt/decrypt emails via an Identity-Based Encryption scheme. One of our user stories is that after decryption a copy of the decrypted mail should be stored in a…
Microsoft 365 and Office | Development | Office JavaScript API
Assistance Needed for Cleaning Blob Storage
Hello We require assistance with cleaning our blob storage. Currently, our container holds over 600 million images, and we lack the necessary parameters to efficiently identify and manage them according to our needs. The only linkage between our database…
Azure Blob Storage
Microsoft 365 and Office | Development | Office JavaScript API
How to do jest testing on array.every method in javascript
I am developing a project in react js .I am new to this field. But I stuck in jest testing .I developed this :- I have one array (breeds). const breeds = { breeds [ {id : 1, model: cern , dogs: name1: 'peter', name2:'jetsky', name3:'robin',} ]} I…
Microsoft 365 and Office | Development | Office JavaScript API
SCCM - Dependency installed but SCCM not detecting it
Hello, I've got an SCCM application that has a dependency on Java being installed. I want it to automatically install Java if it is not there, so I have checked the "Auto Install" box. The problem I'm having is that Java will always try to…
Microsoft 365 and Office | Development | Office JavaScript API
Nodemailer and Outlook 365 SMPT, 535 5.7.139 Authentication unsuccessful not meet criteria
I am trying to send emails from my outlook account ( office 365 email ) to myself/ to others in my organization. And from my email to my users that may or may not be on office. I am using Nodejs and Typescript and this is all happening on the server from…
Exchange Online
Microsoft 365 and Office | Development | Office JavaScript API
Outlook | Windows | Classic Outlook for Windows | For business
Issue Opening Remote File with "ms-word:ofe|u|https://****" URI Scheme in Microsoft Office
Dear Microsoft Support, I hope you are doing well. I am currently facing an issue with Microsoft Office when attempting to open a remote file using the "ms-word:ofe|u|https://****" URI scheme. Unfortunately, upon trying to access the file, I…
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Word | For business | Windows

How to insert a floating element?
We have a use-case in our Office365/OfficeJS plugin where we need to insert a textbox-like element to a Word document. It's important that this element can be dragged around freely by the user without moving other elements on the document. We have tried…
Microsoft 365 and Office | Development | Office JavaScript API
How to use fix "Subscription Not Found" using azure function in portal
This is the project I am working on: Azure function triggered by a blob storage upload - function uses the @asure/arm-containerinstance JS library to kick off an ACI. This is all within azure gov, and I am only working through the portal, no file…
Azure Functions
Microsoft 365 and Office | Development | Office JavaScript API

Getting error when hitting a post request to mongoDB compass database
I am getting an error when try to hit the post request on the MongoDB tool . I have a created a new Database over there and trying the post the data over there . Just to make sure it is connecting with the MongoDB compass or not. The error I am getting…
Microsoft 365 and Office | Development | Office JavaScript API
Graph QL API - For Azure SQL DB
Hi, I am new to graph ql. There is a requirement to develop graph ql api to fetch data from azure sql db,the whole db tables data. I dont know where to start from . What are the technology/apps can be used to achieve this? If anyone can list the…
Azure API Management
Developer technologies | ASP.NET | ASP.NET Core
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft Graph API, deleting authentication method "Microsoft Authenticator" Returns 403 Error
I'm attempting to delete a user's Microsoft Authenticator Authentication Method (#microsoft.graph.microsoftAuthenticatorAuthenticationMethod) from any user's list of authentication methods. However, I keep receiving a 403 Forbidden error. Here is my code…
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft Security | Microsoft Graph


Is there any way to get current opened word document's width with office-js package?
I'm currently having some problem with inserting large images with the Javascript API. Based on my job's requirement I must use setSelectedDataAsync method with…
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Word | For business | Windows
Routing doesn't work in react outlook add-in
Hi, Please refer this link to view the question in Stack Overflow routing-doesnt-work-in-react-outlook-add-in
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Development | Other
Outlook | Windows | Classic Outlook for Windows | For business
Office JS Add-In: Get excel file with Office JS on iPad
I am currently building an office add-in that should work for word, powerpoint and excel that takes the word/powerpoint document or excel sheet as a binary file using Office JS and transfers it to a third party site with the add-in. With word and…