Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Electron be used to create an Outlook Add-in?

I want to make an outlook addin to manage calendar events. Can this be done using Electron rather than C#?

like image 871
Prateek Avatar asked Jan 01 '26 10:01

Prateek


1 Answers

The practical answer is: No.

But of course it is possible to a quite high cost.

Some things that would be needed to pull it off:

  1. Build tools for generating the boilerplate for a Outlook Add-In (Ribbon implementation, OutlookAddInBase etc) and project files from a configuration file or other markup
  2. Proper embedding of Electron in a WinForms application (discussion regarding that here)

The best approach if you want to continue to build the Outlook Add-In is to do it the pure C# way - if it is an complex application and you want to use web technology to build it you can use the WebBrowser Control (IE/Edge) or CefSharp (Chrome) which you can embed in a WinForms application with ease.

like image 125
Robin Andersson Avatar answered Jan 05 '26 00:01

Robin Andersson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!