Question about created our own Add-in for outlook
Hi, My company, Jones Software, wants to create a solution for our users to perform certain actions directly from emails sent by our system. We are planning to develop an Outlook add-in and publish it to AppSource. However, we have a few questions we’d…
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.…
What license do I need to be able to send emails through Microsoft Graph via an unattended desktop app?
Context: I'm a developer who writes console programs that scrape web sites. When an event occurs, I send an email to myself. MS recently turned off basic authentication. No sample program anywhere on the internet works to send via Microsoft Graph or…
Trying to sign up to BUY Visual Studio licenses for our org but keep getting " We’re unable to validate your phone number"
We are trying to to sign up for Office Development program to develop our own Office Add-ins for our customers. Unfortunately to do that we need some valid licenses for Visual Studio... so we happily go to the website to buy two license, however signup…
Unable to sign in to microsoft 365 dev error code 41101
Hello! I'm unable to access the dashboard at this time. I'm encountering a login error: Error Message: We're unable to sign you in with this account. The sign in was unsuccessful. For details, see the Microsoft 365 Developer Program…
Inconsistent Conversation ID Retrieval in Office JS Using getSelectedItemsAsync
When using Office.js to retrieve selected items with Office.context.mailbox.getSelectedItemsAsync, the conversationId value returns a string value "[object Object]". However, accessing the conversationId of the same emails through…
How to Retrieve Attachments Larger Than 5MB Using EWS
I'm working with Exchange Web Services (EWS) and need assistance on how to retrieve attachments that are larger than 5MB. By default, EWS seems to limit the attachment size for retrieval, but I need to ensure that larger attachments can be fetched. Could…
Something went wrong, please try again" Error message in Adaptive cards
I've created an actionable(action.http) message with a button using Adaptive Cards. The first time I try submitting my response from Outlook, I receive an error: "Something went wrong. Please try again later." However, on subsequent attempts, I…
Issue with Image Distortion in HTML Table Code
Hello, we are using HTML table code to send designed emails to customers. However, as shown in the attached image, there is a white line appearing in the middle, causing the image to distort. How can we resolve this issue?
Word field is invisible - current channel
I am working on an add-in for Microsoft Word, VSTO application, we are doing content tagging with Word.Fields, and it was working fine for several years. Suddenly users reported failures in inserting tags. And all the users who reported the issue are…
CopyFromRecordset Automation Error
ExcelSheetPopulate.txtI had been running Office 2016 MSO (16.0.12624.20278) 32-bit for several years. I've been using the attached code in MS Access for the past 5 years without any issue. Suddenly, getting Error 430, 'Class does not support Automation…
PowerPoint Office JS CustomXML API does not return all custom xml files
The PowerPoint javascript api property PowerPoint.Presentation.customXmlParts returns only part of the custom xml files. For example, all custom xml files saved by SharePoint are missing. Attached Script lab code below. In attachment is also image…
Security Excel
After browsing several forums, I find that the only real security for an Excel file is encryption with a password. Unfortunately, a person who knows the password can change it after having access to the file. Is it possible with VBA to put a password in…
How to convert Office doc documents to docx using C# or Java
Hello, I'm making a test program that applies AIP labels and the doc or ppt files I used to use before get an error when applying labels. Is there an SDK or library that I can switch to a format for applying labels (e.g. .pptx, .docx, .xlsx)?
Unable to send email with smtp.office365.com
Hi everyone, I've recently signed up for Office 365 and attempted to setup my web application to send email using office365 smtp server. Below is chunk of code setup for sending out email. It works fine on the old server but when I pointed to office365,…
MS Graph WorkbookApplication/Calculate API With Application Permissions
Hello, We are interested in using the API call here: https://learn.microsoft.com/en-us/graph/api/workbookapplication-calculate with Application permissions. It is ran on an internal server without needing a user auth workflow. A similar thread is here:…
How to convert a VSTO add in to outlook web add in for the new outlook view in Microsoft 365 outlook
We have developed an add-in using a C# VSTO add-in project in Visual Studio 2022. However, we now need to implement the same functionality for the web version, New Outlook, and mobile compatibility. Unfortunately, there doesn't seem to be proper…
Issue on Dialog when adding Custom Functions into Office Excel Add-In
We are developing an Excel Add-In of a TaskPanel type, (Typescript). I need to use a Dialog (using DialogApi) in order to authenticate the user into an Azure B2C service. this part works fine, we use the messages to login and refresh tokens as…
Deeplinking to Outlook Calendar compose/subscribe
https://outlook.office.com/calendar/deeplink/subscribe I found this route and was hoping I could deeplink to the calendar subscription modal so that my application can quickly help people import an external calendar. I also found this route to compose a…
Issue with sideloading Outlook Add-In due to 'webApplicationInfo' element Resource domain configuration.
We are developing a React.js based Outlook add-in, hosted at https://cmicpublish.cmicglobal.com/cmicdev/outlookplugin and have successfully initialized Office.js APIs. Our goal is to use the Office.context.auth.getAccessToken API to acquire an access…