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:…
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 integrate O365 editors with my web application?
Hello Team, I have a web application developed on .NET. I need use a word document and spreadsheet via MS Word / Excel online and use all the functionality. Basically, integrating O 365 into my web app. Is it possible to use O365 editors in web…
Excel UDF Output is formatted as stale values
I have some C++ UDF developed to extend Excel functionality. With the latest Office365 version I am seeing the results from these UDFs flagged as stale data (strike through formatting). Is there a mechanism for indicating that the results from the UDF…
Outlook for Mac add-in, and for a particular user, we are getting prompts
We have an Outlook for Mac add-in, and for a particular user, we are getting prompts that a secure connection cannot be established with the server and that the user needs to trust the certificate. If he trusts the certificate, the add-in will work, but…
Example to read the mail
Hi, It is now fine to send out one mail via the current Email configuration on the existing server. Is there one example to list out the current mails received on one account, like the sender, and the mail body of each mail?
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…
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)?
How to Automatically Renew OAuth Token for Extended MAPI Applications Using Outlook
The article https://learn.microsoft.com/en-us/outlook/troubleshoot/authentication/expose-permissions-issue-with-mapi-oauth-tokens?source=docs suggests establishing an initial connection with Outlook and then using the same Outlook profile with an…
VBA error message in Excel when sending e-mails with new Outlook
Hello Microsoft Team, When I try to send an e-mail in Excel via VBA using Outlook, I get the error message: "An error has occurred: Object creation not possible through ActiveX component", It works via the Outlook application. If I switch to…
Getting Started with Microsoft Loop for Sales
Good Afternoon, I've scoured the web and can't find the information I'm looking for in terms of getting setup to use Loop. The tool, on the surface, appears to be exactly what I need, but I'd like to see if I can get some more pointed feedback on how to…
Outlook advanced search macro
Hi, I have received the following macro from chatGPT but it does not work. I get no error message, parameters seem to be correct but I can not see even Advanced Search screen. Where might I be making mistake or where can be wrong in the macro? …
I can't access the new profile created, download and install the Office developer apps, or navigate to Dev Portal
My previous profile has been deleted and I created a new profile on Microsoft 365 Developer Program. But, I can't access the new profile created, download and install the Office developer apps, or navigate to Dev Portal. Can anyone assist?
Excel Script to work with Power Automate that will copy Data from 1 cell in a worksheet to another cell in another worksheet based on criteria in a cell on the row.
Hello: I am new to the scripts part of Excel and Power Automate. I need MAJOR help. See HERE for the images! I have 1 single Workbook with 10 different worksheets within it. This script is focusing on just 2 of the worksheets. (They are labeled…
Power Apps training worksheet damaged ?
Hello, I'm going through the Power Apps training in "Getting started with Power Apps canvas apps". When I download the Coffee Machine Data excel file and open it, the link to the images seems not working. If I use the direct linki appear…
Declaring a custom function in TypeScript with error support
I'm developing an Excel add-in with a suite of custom functions. Many take arrays as input, and I would like said functions to return valid results for valid inputs and #VALUE for invalid inputs, on a per-cell basis. My question is, how do I declare the…
Questions about the Microsoft 365 developer subscription
Hello! I have registered a Microsoft 365 developer account using this email account, and I have been calling the API of this account and maintaining a high level of activity. However, I was surprised to find today that my subscription is inactive when 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…
Does MSAL Use PKCE Flow for React-based Outlook Add-ins?
Hi Microsoft Community, I’m developing a React.js-based Outlook add-in and am using the MSAL library for implementing OAuth 2.0. The add-in interacts with Microsoft Graph API after getting access token from MSAL.js. While configuring the authentication,…
Outlook addin SSO using NAA
Will the SSO appear in desktop outlook app or getSilentToken will do the job because in my testing after implementing the changes I see the SSO login screen in web version but when testing the changes in desktop app there is SSO login screen and it is…