An Office service that supports add-ins to interact with objects in Office client applications.
1,169 questions with Microsoft 365 and Office | Development | Office JavaScript API tags
Unified-manifest personal tab: host iframe stays at about:blank in Outlook until an add-in task pane is opened
Centrally deployed unified-manifest app with a staticTabs personal tab (scopes: ["personal"], context: ["personalTab"]). Manifest schema 1.20, @microsoft/teams-js 2.55.0 — both above the documented minimums (1.13 / 2.19.0). In Outlook…
Microsoft 365 and Office | Development | Office JavaScript API
How to deploy outlook template after insert data and use data info in subject and body
hi All... I have some question here. 1 have text box, drop down, check box and a button. Data Input TxtBox Data Input : Animal Drop down Input : Veterinar Dept Button check box on : send email Button to insert data When I click Button and check on, data…
Developer technologies | 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.
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Microsoft Graph API – Retrieving Users' Working Hours via Service Principal
Hello Microsoft Team, we use Service Principle to create events in Outlook. Now we want to extend our SP, so that we can request a working hours for users in our tenant. The endpoint we want to use: GET /users/{id |…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
In Word Add-In using the JS API, how can i update a text by adding/removing certain parts of paragraph?
I am developing a Microsoft Word add-in using the Office JavaScript API. I need to replace the text inside an existing content control. For example: Current text: Payment needs to be completed in 70 days. New text: Payment needs to be completed in 30…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Office Add-in Yeoman Setup: Node Version Errors and Office.js API Failures
I used the Microsoft documentation for the Yeoman generator to create and debug an Office Add-in for Word on the web: Yeoman Generator for Office Add-ins. Initially, I encountered multiple dependency and package-version errors related to Node.js modules.…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
compareFromBase64 method now shows source document pane and revisions pane
We have a Word addin where we are using compareFromBase64 to import a new file over to an existing file so that all changes done can be viewed in one single window. This was working fine earlier. A few days back we noticed that Word desktop application…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
NoBootJs Error - Outlook Web App Fails to Load JavaScript on Laptop Only
Problem Description: I am experiencing a critical issue accessing Outlook.com on my laptop that has persisted for multiple days. The same account works perfectly on my mobile phone, confirming this is device-specific. Error Details: Error Code:…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Supported way to deep-link to a specific Word comment in a SharePoint document
We are developing a Word Office Add-in for documents stored in SharePoint Online. We need to generate a URL that opens a document in Word Online and navigates directly to a specific clause or paragraph. Environment SharePoint Online Word Online and…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Need help with java script
Private Sub WaitForBrowser(ByVal IE As Object, _ Optional ByVal timeoutSeconds As Long = 30) Dim startTime As Double Dim pageReady As Boolean startTime = Timer Do DoEvents pageReady = False …
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
onMessageSend add-in completes successfully but email with SharePoint cloud attachment drops to Drafts with "attachments failed to upload" in New Outlook for Windows — occurs frequently in Reply/Forward
Summary I have an Outlook add-in that classifies emails on send by injecting a classification banner (header and footer) into the message body via body.getAsync / body.setAsync during the onMessageSend event. The add-in does not interact with attachments…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Bookings API: POST /appointments returns HTTP 500 UnknownError with empty message (application permissions)
Subject: Graph API — POST /solutions/bookingBusinesses/{id}/appointments returns HTTP 500 UnknownError with empty message Hi, We are building a custom booking flow against the Microsoft Bookings Graph API using application permissions (client…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
"Forbidden" response on trying to create subscriptions using https://graph.microsoft.com/v1.0/subscriptions/
Hi Team, When attempting to create subscriptions in our cloud environment using the API endpoint https://graph.microsoft.com/v1.0/subscriptions/, we receive a "Forbidden" response. However, when we execute the same request through Bruno, it…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Popup Login flow not working since microsoft blocked windows opener unexpectedly
We are facing issues with https://login.windows.net/common/OAuth2/authorize?resource=https://manage.office.com since the resource is giving response header as cross-origin-opener-policy : same-origin; report-to="coop-endpoint"due to which…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
535 5.7.139 Authentication unsuccessful
We are receiving the following error using the Office 365 SMTP server to send mails: 535 5.7.139 Authentication unsuccessful, the request did not meet the criteria to be authenticated successfully. Same issue with MFA (+ App password) and without…
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
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…
Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Outlook | Windows | Classic Outlook for Windows | For business
Using classic Outlook for Windows in business environments
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Office.js Concern about select multiple email
Hi I'm trying to build an add-in for Outlook. Mine only support to process 1 email at a time. I'm using getSelectedItemsAsync to get selected email. When trying to determine multiple selection to show a clear error message, relied on result of…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Word Online insertComment API error NotAllowed
Inserting comments via API (in JS, Range.insertComment) was consistently working in Word Desktop but consistently failing in Word Online. According to…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
how to filter extact word
Hello In my aspx page i have one texbox one gridview and im using this code to filter gridview in Client Side but whenever i type my word it should bring all match data only not like For example I have Apple And Apple USA when i give Apple It should show…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Can a colleague run my Office Script in Excel if I shared it with VIEW only access?
I shared my Office Script for Excel with a colleague using VIEW ONLY access. Will she be able to RUN this script on a new workbook of her own?
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
Word API returns outlineLevel = 10 for first heading paragraph inside Content Control regardless of heading style
We are using the Word JavaScript API for section/content control hierarchy processing. While creating a section inside a content control, the first line/paragraph inside the content control is not being identified correctly by the Word API. If the first…
Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.