Integrating Microsoft Online editor into my react js web application
Hi Team, Greetings..!! Hope you are doing well. We are trying to implement a solution through our ReactJs Application and need to manage (Save, Edit, Create, etc.) our word files that saved on both application server and external storage trough our…
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…
Very laggy typing in Word
word卡顿已久,最近编辑一份18页,15000字左右的文档,输入时非常卡顿,但仅限于正文,脚注则不卡。其他小型文档,打开均无问题。网上的方法都试用了一遍,没什么用。word版本是LTSC…
Need information on Microsoft Message Trace GCC Support to request OAuth Token
I'm exploring MessageTrace report API: https://reports.office365.com/ecp/reportingwebservice/reporting.svc/MessageTrace, I can see that, to generate OAuth Token I need to make a GET call to: https://login.windows.net/<tenant-id>/oauth2/token . Does…
Outlook addin Office context mailbox item saveAsync fails
Hello, During the last couple of days we are experiencing a strange situation for some users where out Outlook addin has been installed. Method Office.context.mailbox.item.saveAsync fails with the following message: "Failed to save message, in…
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 the Outlook Send Button (OnSend function), what I want…
Unable to sign in to the Office Apps
Hello Please i need your help on this issue. We're able to sign in to Office Online, but not Office apps. Unable to sign in to the Office Apps. The Office Apps doesn't activate it is stuck on blank screen. No Error message just stuck on blank/white…
Detecting whether a word is a part of speech
I have this code snippet. It runs fine, but it does not detect anything as expected. What am I missing? WordCtDoc = TSearchNumberOfTimes.Text.ToString(); WordCt = 1; while (WordCt <= WordCtDoc.Max()) { …
Outlook add-in Failed Sideloading
Hello, I am attempting to build an Outlook add-in that will scan the contents of an open email and determine if any links in that email are from a trusted domain. I am not interested in a task pane add-in or really any user-facing buttons/panels. I want…
Your phone number is already associated with an existing developer account.
When trying to setup new Developer Account, I see "Your phone number is already associated with an existing developer account." I don't see where my phone number was used in the past? In past, I had Developer Account Profile that was deleted,…
Problem exchanging Microsoft office 2024 Pro plus key
Hello, I am having problems exchanging a key for a Microsoft Office 2024 pro plus pack, after entering the code to exchange the key I go to the download window, when I click on download the application in 64 bits I have an error message that appears…
How to reactivate a deleted developer e5 Tenant
Hello, I had to take an extended LOA and it appears my tenant didnt auto renew with my E5 subscription. I was wondering how i can reactivate this and get this back, or atleast start a fresh new tenant. I typically only use this for graph api and demoing…
How can an Office Add-in determine the type of mailbox in use?
When developing an Office Add-in, is there a method to identify if the user is in a shared mailbox, a group mailbox, or their personal mailbox during the add-in's loading phase? Can this be achieved using Office.context.mailbox, Graph API or any another…
How to Obtain a Unique Identifier for a Mailbox in Microsoft 365 Using Graph API
What is the stable and unique identifier for a mailbox in Microsoft 365 that can be retrieved using the Microsoft Graph API or Office.context? Which property should be used to ensure consistency across different API calls?
Is there any usable way to copy Microsoft Excel sheets using the Graph API only?
Scenario I am developing an RPA integration application that automates several services, including Microsoft services via their APIs (specifically Microsoft Graph). I want to copy sheets in Microsoft Excel, but the Graph API does not fully support this…
Need assistance with moving Outlook add-ins that use legacy Exchange tokens to nested app authentication
Hello, Please i need your help on this issue. I will need assistance with moving Outlook add-ins that use legacy Exchange tokens to nested app authentication. I need assistance with implementing required changes as per this article:…
"Unable to access DSApi" error running a "Run script from sharepoint" connector from power automate
As from today we experience issues running the "Run script from SharePoint library" step in power automate. It worked perfectly for some time, but suddenly the error "Unable to access DSApi" appeared and failed the cloudflow. Is this…
Is it possible to run VBA scripts upon startup with Outlook
I am trying to do the following: Move Emails on a Schedule from one folder to another. So far, I have the macro that moves the emails. However, I am not sure how to initiate this automatically. Copilot told me I can make a .vbs that with MS Scheduler…
![](https://techprofile.blob.core.windows.net/images/GVe8LYRT5km6Cd0ymhDDoA.png?8DD41A)
Office.context.mailbox.item.saveAsync fails during OnSend function on Outlook for web/New Outlook
I've already asked this question but I get a 404 when trying to access it, so I'm trying to repost it. 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…
Excel Automate Office Scripts not working
I've been using Office Scripts in Excel to automate some tasking. Yesterday, I tried to add a new script and it gives me the following error. Oops, something went wrong An unexpected error occurred. Click 'Refresh' button to retry. I also tried 'Record…