New Outlook for Windows use in VBScript
Can the NEW Outlook for Windows (free) edition be used with the Visual Basic Script context as follows: Server.CreateObject("Outlook.Application") ? If so, what is the correct literal to use instead of "Outlook.Application" ?
Is .setColumnWidth() broken in Excel scripts?
I have written a very simple code in Office Scripts which should simply set some column widths and the header rows (see below). However, when I run the script, the column widths are nowhere near the values I have input (I have added comments to show the…
Excel JS Addin - Offline availability of full application with taskpane and custom functions
Offline access to Excel Add-in with MSAL and custom functions Description We are about to develop an Excel TypeScript Add-in that should replace an existing .xla add-in. This add-in has two main functionalities: Provide custom functions to the Excel…
Outlook Actionable Message is not rendering properly
Hi. I have automation which sends adaptive cards (actionable messages) in my organization. Everything was working fine until several days ago. It looks it doesn't render FactSet at all. When I look at older received adaptive cards, which were rendered…
I am trying to subscribe for the webhooks for outlook calendar getting validation error 400
Here is the code below, I am using the microsoft 365 account , I am trying to subscribe using the below code , getting validation error always , I have enabled the all api permissions for the app. The subscription is failing due to not able to respond…
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 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…
Unable to Access Outlook Developer Dashboard - Need Originator Key for Actionable Emails
Hi, I can’t access the Outlook Developer Dashboard anymore. The page gives a "something went wrong" error, even though I’m using the official link: https://outlook.office.com/connectors/oam/publish. I’ve cleared my cache, tried using incognito…
I want to add landscape page in between other pages
How to add a landscape page in Office js Word API. Option is not available in office js 1.1 version for now. Please provide any solution to add landscape page functionally on button click.
How to clear Run-time error '1004'
Received Run-time error '1004' when using macro. I'm not familiar with this macro. I believe it needs to have atleast 2 rows selected. Selection.Offset (1,0). Select is highlighted.
How to make Different First Page Header ?
In office js Word API I want an option of first page header as an property. So that it can be acheived through functionality and not manually.
Macro needed to insert 4 rows in table, copy data from above, copy data from another sheet and paste special (transpose values) to those new rows...repeat till table complete
Hey smart people! I'm a novice at macros and have found myself in a little too deep to handle this task with a macro and don't know VBA language to get this done. I have a spreadsheet with multiple sheets. My macro needs to: Select the main sheet. …
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…
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…