python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make my "add in" pop up automatically when my outlook is launched
I have created an Outlook Add-in using XML, HTML, css and JS in visual studio. I've to manually go to the outlook plugins or (more apps) to open it. how to make my add-in automatically open when Outl...
Manu Anto u
Votes: 0
Answers: 1
How to open email in Outlook using the Outlook addon?
I'm developing add-in where part of functionality is reminder. User entered some data and set what this email will be sent for example tomorrow.
My idea/task is to make possible what on pressing for e...
Nyuokimi
Votes: 0
Answers: 1
Embedded WPF form not showing within Outlook form region
I have built an VSTO Outlook Add-in which creates customs emails based on some input events. The form region of these emails consist of an embedded WPF form which contains TextBoxes, ListBoxes, ListVi...
Willy
Votes: 0
Answers: 2
ItemAdd event not firing for Outlook 2016 Add-in
I'm working on an old Outlook add-in that doesn't seem to trigger on the ItemAdd event
This is the code right now:
public partial class MyAddin
{
private MAPIFolder sentItemsFolder;
private v...
AmazingRealist
Votes: 0
Answers: 1