Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [outlook-addin]

Outlook addins are self-contained programs that modify,extend or add functionality to Microsoft Outlook desktop client. Please use "outlook-web-addins" tag for questions regarding the new model of Outlook Add-ins, which are web-based and can run on Desktop, Web, and Mobile.

outlook-addin
0 votes
1 answer
20 views

c# Outlook. Get correct version

I have 2 methods in c#. using Microsoft.Win32; //other code public static string GetOfficeVersion() { string version = Microsoft.Office.Interop.Outlook.Application().Version; return version....
Gadzhik's user avatar
  • 29
0 votes
0 answers
6 views

Outlook VSTO - Setting the synchronization period

I am making an outlook add-in using c# VSTO, and I need to make a change to the settings in the window in the image I found out that these settings are stored in the outlook.src file. But the content ...
Gadzhik's user avatar
  • 29
0 votes
1 answer
23 views

Is it possible to have dialogs without address bar when developing for Outlook web?

I am planning to create an extension for Outlook web. I want to show a dialog for e.g. selecting a folder. Having scrolled through the tutorials I've only seen dialogs including an address bar or ...
me.at.coding's user avatar
  • 16.7k
0 votes
0 answers
12 views

Warning: Cannot update a component (`Conversation`) while rendering a different component (`FileUpload`)

I can store file uploadFileIds in an array and send to conversation.jsx component sometimes I received this error: Sometimes it's working accurately but sometimes it's send a warning Hera is my both ...
Waqas Ahmed's user avatar
0 votes
0 answers
13 views

Published outlook add-in blocked by untrusted certificate

I developed an Outlook add-in. I have deployed all its files to a app service and it accessible through the browser. In my manifest.xml, I point to the files on this app service. However, I am getting ...
maate's user avatar
  • 11
0 votes
0 answers
19 views

add-in Action button does not work on Outlook new and Web

I've created an outlook add-in. The purpose of this add-in is to call a script java function found on an html page hosted online. The problem I'm having is that on outlook desktop the add-in works ...
BerthetQuentin's user avatar
1 vote
0 answers
43 views

Outlook add-in generated from yeoman office add-in generator won't execute a function as intended

I'm trying to develop an Outlook add-in so I'm using the Yeoman generator for Office to generate a base template of an outlook add-in. I have sideloaded the add-in in Outlook. Problem This add-in ...
ceid1987's user avatar
-1 votes
1 answer
63 views

Sending File Via API from JavaScript Base64 encoded string to Java endpoint that accepts a Binary string (MultipartFile)

I am trying to send a file to a Java API endpoint from a JavaScript application. The Java endpoint accepts a binary string for the file in documentation. In the Java code it is accepting a ...
Kamerov's user avatar
  • 117
0 votes
0 answers
17 views

How to securely host Outlook Add-In (with API calls)

So, I recently developed an Outlook Add-In. The Add-In displays data from an external system, for which an API call is made. However, I was looking to host the add-in. One thing could be via a Web App....
rickvanveldhuisen's user avatar
0 votes
0 answers
31 views

Disable Pop-up "WebView Stop On Load" for Outlook Add-In

I am hosting an Outlook add-in, and the users are prompted with this pop-up when starting the add-in. Outlook Addin Popup: "Webview Stop on Load: To debug the webview, attach VS Code to the ...
Marc's user avatar
  • 1
0 votes
1 answer
37 views

System.EntryPointNotFoundException after NugetUpdate

I get an error: System.EntryPointNotFoundException: Unable to find an entry point named 'SIfcfad09d1b0a60ec' in DLL 'SQLite.Interop.dll' I got it after an update in SQLite to version 1.0.118 in an ...
neverdayxy's user avatar
0 votes
1 answer
36 views

How to add notification message in outlook compose window with office js add-in with action button

I want to add notification message in outlook compose window. On this make 2 buttons one is Add and second one is Dismiss. when click on add button do call an API in commonds js. Is it possibale. i ...
Zia ul Qamar's user avatar
0 votes
0 answers
11 views

Change outlook region form icon than appers on Ribbon of an Outlook item

I am developing a plugin for Outlook using C# VSTO and add Outlook Region Form. Form Region Type is Separate private static void InitializeManifest(Microsoft.Office.Tools.Outlook.FormRegionManifest ...
Gadzhik's user avatar
  • 29
0 votes
1 answer
25 views

VSTO Outlook: Using IOlkAccountManager to manage accounts operations

I have tried to detect accounts addition from Outlook without success. Here it is my previous post. I have heard something about the interface IOlkAccountManager so I have tried to implement it but it ...
Willy's user avatar
  • 10.4k
0 votes
0 answers
106 views

Why is VBA Not Working in Desktop Outlook

I have a VBA added to 2 Win 11 PCs. The VBA is identical on both PCs but yet it only works on 1 of the PCs. I get no error message but the VBA is supposed to send a BCC to an email address. The ...
Neil's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
306