Outlook addins are self-contained programs that modify,extend or add functionality to Microsoft Outlook desktop client.
My VSTO Outlook Add-in suddenly stopped working on one customer machine (it does not load, no error message) and I'm …
.net vsto outlook-addinI have tried using mailItem.SenderEmailAddress and mailItem.Sender.Address but they both return a string that looks like this: /…
vb.net email outlook outlook-addin mailitemI have an Outlook 2013 and 2016 VSTO Add-in project and am trying to add a WPF user control to a custom …
c# wpf xaml user-controls outlook-addinDoes anyone know of a good example for getting started with Outlook add-ins using C#?
c# visual-studio outlook-addinI have an Outlook add in written in C#. I was wondering how or if I could get the email …
c# .net exchange-server outlook-addin office-2007Starting with Visual Studio RC, Visual Studio 2015 appears to no longer support the Office Add-In project types from Visual Studio …
vsto outlook-addin visual-studio-2015I am creating an Outlook 2010 add-in and have added a context menu to my ribbon for idMso="contextMenuMailItem". On click, …
c# vsto outlook-addinI need to open a new email window with a prepopulated attachment when a user clicks some button or link …
c#-4.0 outlook office-interop outlook-addin outlook-2010I followed this tutorial, but when I build then run my project in visual studio a ribbon tab does not …
outlook vsto add-in ribbon outlook-addinin my outlook addin I want to add a button on the Ribbon so when user click this button I …
c# outlook-addin outlook-2007 outlook-2010