1,043 questions with JavaScript API tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

How to setup test environment to test Outlook js addin on IOS platform?

We have a cloud solution Outlook js Addin which is supported on multiple platforms. We need to do automation testing on Outlook js Addin on IOS platform. We are looking for Automation Testing environment setup to test the addin. For IOS, Is it possible…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,262 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,486 questions
Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
255 questions
asked 2025-01-23T11:10:59.4633333+00:00
Amulya K R 26 Reputation points
answered 2025-02-14T08:59:18.9766667+00:00
Maju Madhusudanan 6 Reputation points
4 answers

How to load jquery autocomplete dropdown box from an external WEB API

Good day everybody: I have an external web api which returns a label, value records needed for a client application app.MapGet("/AsyncAutocompleteErf/{search}", async (IErvenRepository request, string search) => { var data = await…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,779 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,595 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-02-06T10:32:43.52+00:00
Jose Daniel Navarro Brito 61 Reputation points
commented 2025-02-14T05:57:12.5533333+00:00
Ping Ni-MSFT 4,890 Reputation points Microsoft Vendor
0 answers

PowerPoint Content add-in resizing issue during load

We are currently developing a PowerPoint content add-in and have encountered an unusual behavior during presentation mode. When a slide containing the add-in is displayed for the first time, it initially appears at a smaller size before resizing to its…

PowerPoint
PowerPoint
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
333 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,262 questions
asked 2025-02-13T09:16:03.8566667+00:00
Szabolcs Czinege 0 Reputation points
0 answers

Word Addin JS RichAPI /General exceptionerror when using getText() for fetching paragraphs

await Word.run(async (context) => { const document = context.document; const body = document.body; const paragraphs = body.paragraphs; paragraphs.load({ $all: true }); let listItems = []; let paragraphText = {}; …

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
955 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,262 questions
asked 2025-02-12T04:45:53.65+00:00
Rathan K 0 Reputation points
0 answers

Based on the presence of specific custom properties or keywords, we aim to disable Word's default 'Save,' 'Save As,' and 'Share' options to prevent users from saving or sharing the document locally.

Is it technically possible to achieve the following using Office.js in a Word add-in? We want to add custom properties (such as document IDs and metadata) to Word documents opened via our add-in. Based on the presence of specific custom properties or…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,262 questions
asked 2025-02-10T09:39:02.47+00:00
Mustafa Kanorwala 0 Reputation points
edited the question 2025-02-11T02:30:28.3233333+00:00
Emi Zhang-MSFT 27,871 Reputation points Microsoft Vendor
0 answers

Java script error

Its been more than a week my laptop had this idk what happen, can someone help me?

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-02-09T09:35:53.2666667+00:00
Qyanu RAYY 0 Reputation points
1 answer

How will I Remove Border From MultiSelect_Chosen Input Form

Please show me what I am doing wrongly with this Multiselect_Chosen Form border removal. My Razor View Below <div class="row"> <div class="col-md-12 col-sm-8 col-xs-12 col-xs-offset-0"> …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,595 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,296 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
375 questions
asked 2025-02-08T17:17:22.71+00:00
abiodunajai 396 Reputation points
edited an answer 2025-02-08T21:20:20.5733333+00:00
abiodunajai 396 Reputation points
2 answers

Availability of OnMessageReadWithCustomHeader for Web and New Outlook on Windows

Hello, I would like to know when the OnMessageReadWithCustomHeader events will be available for Outlook on the web and the new Outlook for Windows. This feature is essential for our workflow, and we would appreciate any insights on its expected rollout…

Outlook
Outlook
A family of Microsoft email and calendar products.
4,477 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,262 questions
asked 2025-01-31T16:53:03.2333333+00:00
Max Saraev 0 Reputation points
commented 2025-02-07T10:42:36.3933333+00:00
Max Saraev 0 Reputation points
3 answers

How to get Json Data from an external WEB API to an JQUery autosearch text box end point

Hi everybody: I have an external minimal Web API that produces a JSON object ( array) as per below. app.MapGet("/AsyncAutocompleteErf/{search}", async (IErvenRepository request, string search) => { var data = await…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,779 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
375 questions
asked 2025-01-10T16:24:18.3033333+00:00
Jose Daniel Navarro Brito 61 Reputation points
commented 2025-02-07T08:40:44.0433333+00:00
Ping Ni-MSFT 4,890 Reputation points Microsoft Vendor
0 answers

Detecting CRLF with Javascript

Hello everyone and thanks for the help in advance. I am working with an Asp.Net Core page that accepts the data into a <textarea> from a QR code scanner. When the scanner sends the data to the page, there is clearly some time of hidden line break…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-02-06T20:32:23.3366667+00:00
Kmcnet 966 Reputation points
2 answers One of the answers was accepted by the question author.

Can you differentiate between shared mailbox and delegate mailbox using OfficeJS API or Microsoft Graph API?

Is it possible to distinguish between shared mailbox or delegate mailbox using OfficeJS API or Microsoft Graph API?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,049 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2023-11-24T09:28:41.3733333+00:00
Diksha Yadav 81 Reputation points
accepted 2025-02-06T11:48:08.2066667+00:00
Diksha Yadav 81 Reputation points
0 answers

CRM 2011 Dialog Code and Modern Browser Issues

CRM 2011 uses window.showModalDialog and window.showModelessDialog, which don't work in modern browsers like Chrome and Edge. The code also uses window.parent, which should be updated to window.postMessage. Questions: How to replace…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,740 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
486 questions
asked 2025-02-05T13:06:41.0566667+00:00
Khaled, Majed 0 Reputation points
1 answer One of the answers was accepted by the question author.

Handling Input from QR Code Handheld Scanner

Hello everyone and thanks for the help in advance. I am developing a MVC page that accepts input from a handheld QR code scanner. What I would like to accomplish is to allow rapid input by setting the focus of the cursor and then using an onChange…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-01-20T20:26:08.3366667+00:00
Kmcnet 966 Reputation points
accepted 2025-02-04T16:44:20.7733333+00:00
Kmcnet 966 Reputation points
0 answers

JScript issues with Win11 24H2: per-application "JScriptReplacement"?

After Windows11 24H2, there are many compatibility issues with JScript engine as reported in other threads. There is a known workaround in the registry (per system or per user) using the JScriptReplacement=0. But, is there a per-application workaround…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,743 questions
asked 2025-02-03T11:04:28.85+00:00
Davide Capodaglio 0 Reputation points
0 answers

Could not load file or assembly 'Microsoft.Diagnostics.FastSerialization', An operation is not legal in the current state. (0x80131509

I have C# project that generates a DLL and exposes static methods to JavaScript (using Microsoft.JavaScript.NodeApi). The DLL exported methods launches an ETL collection. When this static method is called from C#, it works as expected. But calling this…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-01-31T21:53:56.9633333+00:00
Raghu M 0 Reputation points
edited the question 2025-02-03T09:09:28.62+00:00
Jiale Xue - MSFT 48,876 Reputation points Microsoft Vendor
0 answers

The script colors and how do they affect the ode outcome.

Hi I've just started learning to code, I have 200/2499XP, so yeh I'm fairly new. I'm developing a web page, I've written index.html, main.css and I'm working on app.js where I'm trying to create a .btn to switch the page theme from light to dark etc. I'm…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-02-01T01:48:34.99+00:00
William Hay 0 Reputation points
0 answers

Conditional disabling in datasheet view in sharepoint list

I created a datasheet view in sharepoint list. Now in this datasheet view I want to disable one column’s cell based on another column’s cell value. I thing using Java script is only solution for this. Could you help me how I can do that?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,205 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-01-27T06:03:24.89+00:00
ameneh maleki 46 Reputation points
commented 2025-01-31T07:26:09.7166667+00:00
AllenXu-MSFT 23,666 Reputation points Microsoft Vendor
0 answers

Office script to create a new date column

I need to reference a date column within an excel file, but create a new date column that is minus one day from the original referenced date column using office scripts in excel. I have this script going so far: function main(workbook:…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-01-30T17:16:10.2966667+00:00
Cody Talley 0 Reputation points
0 answers

Script for Interface

Hello, I have virtual machine in azure with network interface, where I also added several additional IP addresses: For example 10.1.1.1, 10.1.1.2, 10.1.1.3 ... I have situation where I need to change IPs for this interface and do it quickly, Is it…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
asked 2025-01-24T11:03:59.9333333+00:00
immm 20 Reputation points
1 answer

Alternative way for the issue "Permissions Policy Violation: Microphone Not Allowed in Outlook Add-In"

Our team has encountered an issue with enabling the microphone while developing  outlook add in that has speech recognition as main feature. It appears that a recent update to Outlook on the web is blocking the usage of the microphone within extensions.…

Outlook
Outlook
A family of Microsoft email and calendar products.
4,477 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,262 questions
asked 2024-05-31T13:36:43.1133333+00:00
Shephin Philip 0 Reputation points
answered 2025-01-22T13:23:43.91+00:00
Müller, Martin 0 Reputation points