How to get the Last scanned User report for Visual Studio?
Hi All, Are there any possibilities to get the last logged in details of users report in the Visual Studio Subscription? Thanks!
Creating and Sending an Email through "New Outlook" from a Desktop Application
Hello everyone, Previously, we have been creating emails through our desktop applications, which can be edited and sent using various email programs. These emails, along with the recipients, subject, content, and attachments, are pre-formulated within…
Encrypted Excel File Modified in Other Office Software Cannot Be Opened in Microsoft Excel
Hello Everyone, I encrypted an Excel file using Microsoft Excel's built-in password protection. Later, I opened and modified the file in WPS Office(another Office software). After saving the file in WPS, it can no longer be opened in Microsoft Excel.…
I need help with vba coding to properly create an entry form that inputs data to a master table
In microsoft excel, I have a ws titled "ENTRY". On this ws, I have several inputs one of which is "LINE ITEMS" that asks for a quantity between 1-20. Depending on this input, the amount of rows the entry data will be is assigned into…
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…
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…
I followed the outlook learning path to create a task pane add-in. When I do npm start I get 'Failed to retrieve token silently.'. How do I find out whats wrong?
Hi, I have been following this learning path https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlook-quickstart-yo. When I do the npm start it opens the browser at the login page and allows me to log-in. Then I get the…
Outlook add-in failed to sideload due to authorization 401 from visual code
I am trying to develop a simple add on for Outlook by following the tutorial on how to make task pane. Pretty basic..the issue is once I do npm run I get this error: STDERR: (×) Error: [Login] Failed to retrieve token silently. This appears after I…
Integrating Microsoft Word Functionality into a React JS App with Java Backend
Is it possible to integrate Microsoft Word functionality into a React JS application to store and sync documents across Azure Blob Storage? The goal is to have a Java backend for user management and provide workspace features, including AI…
Unable to start program 'c:\Program Files\Microsoft Office\root\Office16\outlook.exe' VSTO Add-In
I'm creating an Outlook Add-In using VSTO in VS2022 and I'm getting this error: "Unable to start program 'c:\Program Files\Microsoft Office\root\Office16\outlook.exe'. The process has been terminated. Refresh the process list before attempting…
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 detect AIP labelling in javascript?
hi, I need to, in Outlook web addin, tell whether a docx attachment is AIP labelled with encryption. A few people on this website has asked this or similar question but got no reply, such…
Trying to make a basic auth API call from Office Script
Using this and it fails to fetch. Where am I missing it async function main(workbook: ExcelScript.Workbook) { const response = await fetch('https://postman-echo.com/basic-auth', { method: 'GET', headers: {'Authorization':'Basic…
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…
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…
Cannot create ActiveX component after upgrading software
A customer has recently had their Office software upgraded to Office 365 and now the bespoke software they use will not send e-mails, instead they get the error "Cannot create ActiveX component". I have looked at some of the other cases online…
an .xll file (excel addin) generated in C++, does not work with Windows 11 24H2.
An excel addin file (....xll) developed internally, does not work with Windows 11 24H2, but works perfect with Windows11 previous versions or perfectly works window10. We tried everything. *remove unblock from file properties, *define location as…
Having trouble getting my Outlook Add-in manifest to work
Hello, I'm trying to develop an outlook add-in for my company that detects if there are external recipients in the to, cc, or bcc columns. I have developed all of the necessary files (HTML and JS) but I have not been able to figure out how to organize my…
How to setup test environment to test Outlook js addin on IOS platform?
We have a cloud solution Outlook js Addin which is supported on multiple platforms. We need to do automation testing on Outlook js Addin on IOS platform. We are looking for Automation Testing environment setup to test the addin. For IOS, Is it possible…
how to detect AIP labelling in javascript?
Hi, I'm tasked with developing an Outlook web addin so that when composing an email, the addin needs to distinguish whether the attached document (Office file or PDF file) is: AIP labelled/encrypted or password protected or not. As reminder,…