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…
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 getAttachmentContentAsync in Outlook Event-based Add-in
I have developed an event-based Outlook add-in to handle the OnMessageSend event. My goal is to access the attachment content when the event is triggered. The getAttachmentsAsync method works fine; I can retrieve details like attachment name, ID, and…
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 can I insert an image with a link in powerpoint add-in
Hello Everyone, I am currently working on developing a powerpoint add-in where I am inserting image in the powerpoint slide from my application. I have a usecase where I am providing user to update the image with the latest data. To support this…
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?
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…
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…
Emails not dropping from a domain to my outlook domain
It seems it is teams spam filter that is flagging the emails and any organisation using teams are not getting the mail. The emails are not being rejected so, I do not know why they are not dropping. I sent the same email from the same sender to other…
X-Unsent: 1 doesn't work on windows 11 and new outlook
Hello, I generate an eml file but the header X-Unsent doesn't work anymore on the new outlook version (windows 11). How can I specify the mail is a draft ? Sincerly
myFolder.CurrentView may return the wrong view
Developing an Outlook add-in that modifies the CurrentView of folders while switching folders in Outlook has led to an unexpected issue. We retrieve the CurrentView of a folder as follows: Outlook.Folder myFolder =…
INTENTO INICIAR SESION EN UNA CUENTA DE OFFICE 365 NO ME DEJA YA QUE INTENTA CONECTARSE A UN TENANT ANTERIOR
INTENTO INICIAR SESION EN UNA CUENTA DE OFFICE 365 NO ME DEJA YA QUE INTENTA CONECTARSE A UN TENANT ANTERIOR INTENTO INICIAR LA CUENTA DE OFFICE 365, ANTERIORMENTE TENIAMOS OTRO TENANT, AHORA YA TENEMOS OTRO, PERO CIUANDO INICIO SESIÓN , ME SIGUE…
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…
read user emails from an account outside the azure users
Hi, We have created and set up an app on azure portal and have provide all the permissions required as per the documentation. We can read emails from the account we have logged in with or for users under the domain/teant. What we need is: read emails of…
Changes to manifest file do not apply during testing of Outlook Web Add-in project using Visual Studio
Hi Team, Changes to manifest file do not apply during testing of Outlook Web Add-in project using Visual Studio. Sometimes the changes to the manifest is not visible at all and sometimes the changes to the manifest is visible after almost 4 hours. I…