I want to be able to click on an acronyn cell and it then hightlights the cost centres attached to that acronyn
We have a list of teams with several cost centres attached to each team. I want to be able to click on a team and when I do, I want it to highlight the predetermined cells of the cost centres attached to that team. I have two lists - 1 list a cost…
How to handle "File is currently used by another process" error when trying to add a footer to an open Word document using FileSystemWatcher in C#?
I have developed a C# script that monitors newly created files with specific extensions (such as .pdf, .docx, and .xlsx) using FileSystemWatcher. When a new file is detected, I want to trigger a dialog that allows the user to classify the file and add a…
How to Enable or Disable Legacy Exchange Tokens in a Tenant
I am trying to disable the legacy Exchange access token in my tenant as part of migrating my add-in to MS Graph. I want to ensure nothing is left using this technology. According to the dev blog post: Updates on Deprecating Legacy Exchange Online Tokens…
Outlook Crash in Legacy Mac UI with Mixed Attachments
I have an Outlook add-in deployed that performs processing before sending emails. It’s working smoothly across various environments, including: All major browsers, including Safari Windows Outlook (new UI) New Outlook UI on Mac However, I’m…
Troubleshooting Phone Number Association with Microsoft 365 Developer Account
Hello together, When I try to set up an instant sandbox for Microsoft 365 as part of Microsoft 365 Dev Program (https://developer.microsoft.com/en-us/microsoft-365/profile), I am getting the following error: We can't continue with the signup process for…
when will this function 'getImageAsBase64(options)' be available for use in production?
When will the getImageAsBase64(options) function be available for use in the production environment? It is currently still in beta/preview. Is there an estimated timeline for its release?
How to include hidden slides while sending the whole document from powerPoint addIn?
I want to get the whole document (powerPoint) from the add-in while I am following this link/ documentation: https://learn.microsoft.com/en-us/office/dev/add-ins/develop/get-the-whole-document-from-an-add-in-for-powerpoint-or-word?tabs=powerpoint I am…
Is custom tab in word document is supported?
I'm trying to add a custom tab in word document (version 16.63.1 )as below (Content of manifest file). But i do not see the new tab. Is there any mistake in this code? <ExtensionPoint xsi:type="ContosoRibbonTab"> …
Integrating Microsoft Outlook XOAuth2 Authentication with Python 3 Standard Library
I'm integrating Outlook mailing into a product but facing challenges with the transition from Basic authentication to XOAuth2. I've successfully implemented Gmail, Yandex, and some custom mail providers. However, I need a working sample for setting up…
Fetchmail demon under Linux/Debian unable to authenticate with hotmail account. Authentication failed.
Good morning. Since several years I fetch a copy of all of my hotmail messages (*** Email address is removed for privacy ***) using a debian server with fetchmail demon. About two months ago, I started getting these error messages: *Fetchmail could not…
Synchronizing Data in Multi-User Excel Sessions with Autosave
This involves synchronization using OneDrive and using Excel (for Web and for Desktop). We maintain an add-in which has a moderate amount of state besides what is visible in the Excel sheets. We currently use mechanics such as CustomXmlParts, and are…
Partner displayed suggested prompts in M365 Chat
Can a partner (with a plug-in) suggest their Prompts in M365 Chat? This would help users to adopt M365 Chat and also the partner use cases. Instead of Draft an FAQ, Find open issues, the partner plug-in prompts display instead.
Issue: Microsoft PowerPoint API returns empty placeholder text after update [2409]
I’m using the Microsoft PowerPoint JavaScript API to generate slides from slide master, where the shapes are created within layouts using GeometricShape. A placeholder text is assigned to each shape to help identify them, so they can later be populated…
Workbook.refreshAllDataConnections() is not supported in Power Automate.
Dear all, I have an excel sheet with an active connection which I am able to refresh to get the newest data. Now I've got another PowerAutomate Flow which is working fine with a script inside this Sheet to send me via Teams numbers which I want to be…
SpreadSheet Compare breaks with Purview Features (Mandatory Labels)
When using SpreadSheet Compare you are unable to "Export Results" if your organisation has mandatory labels enforced. Is there a plan to uplift this software to work?
Word Table Cell Height
Word VBA. Office 365. I need to go to a specific table cell and change it's height. Thanks in advance.
Windows doesnt honor configuration default application when using ms-outlook://
When using the scheme ms-outlook:// the system doesnt implement the scheme correct if outlook (new) is set as default all web browsers show open in "outlook (new)" but when setting it to old outlook or choosing to use old outlook the system…
Why does Outlook Web media-src CSP block all media not hosted with Microsoft
I'm having an issue with viewing videos added to an AdaptiveCard as a recipient on Outlook Web. The send works, the adaptive card comes through correctly with all the appropriate IDs, I can see the video, the thumbnail, and I can click "Play"…
Picture in Word macro
I am trying to write a macro in Word (office 365). I want to import a .jpg and place it in the upper left corner of the document and set it to the back. The macro will not let me do it. Is there some code I can write directly into the macro to do…
Manifest Validation for Word on Mac (Microsoft 365)
I have a manifest file that includes the following requirement sets: <Requirements> <Sets> <Set Name="SharedRuntime" MinVersion="1.1"/> <Set Name="CompressedFile"/> <Set…