How to find content within a textbox?
I know from the parsed ooxml (and visually) that there are textboxes with text inside them in my Word file. However, I can't use context.document.body to access textboxes nor can I use context.document.contentControls, which comes out as an empty array.…
Upload file to onedrive personal using python in non-interactive way
I have a requirement to upload csv files into onedrive personal using python in non-ineractive way. I have created an app registration in my Azure tenant with below API permissions Type: Accounts in any organizational directory (Any Microsoft Entra ID…
How to obtain an access token for microsoft Graph API in an outlook Add-In using Federated credentials
Hi Microsoft Team, I am developing a React.js-based Outlook Add-In and for that I have been setting up a federated credential using GitHub Actions as the external Identity Provider (IdP) for an application in Microsoft Entra ID. What additional steps are…
Fix Run-time error '1004'
How to I remove the Run-time error '1004', Method 'Name' of object 'Addln' failed. This Visual Basic for Applications window pops up every time I open Excel immediately after the new file appears, when I invoke "New" from the File menu and…
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…
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?
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)?
Office add-in deployment within integrated apps: eligibility error with the Centralized Deployment
Hi, We have outlook add-in deployed via centralized deployment in "Microsoft 365 admin center > Settings. > IntegratedApps". For some time it was there and it worked. We went to update manifest file, this update didn't take any…
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…
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 lock events (think bills and payments) to dates in an excel calendar?
Hi there, I have a calendar in excel. Currently, if I copy the sheet and change the date in the first cell (think 1/1/2024 to 2/1/2024) the new month will populate with the dates and days correctly aligned. I'l like to lock my text to dpecific dates on…
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?
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…
MS Graph WorkbookApplication/Calculate API With Application Permissions
Hello, We are interested in using the API call here: https://zcusa.951200.xyz/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 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…
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 Automatically Renew OAuth Token for Extended MAPI Applications Using Outlook
The article https://zcusa.951200.xyz/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…