Top "Outlook-addin" questions

Outlook addins are self-contained programs that modify,extend or add functionality to Microsoft Outlook desktop client.

How to troubleshoot a VSTO addin that does not load?

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-addin
How can I get the sender email address using Outlook.MailItem in VB.NET?

I 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 mailitem
The type 'UserControl' does not support direct content

I 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-addin
Outlook Add-In tutorial?

Does anyone know of a good example for getting started with Outlook add-ins using C#?

c# visual-studio outlook-addin
Get the email address of the current user in Outlook 2007

I 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-2007
VSTO, Outlook add-ins, and Visual Studio 2015

Starting 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-2015
How do I get the current mail item from Outlook ribbon context menu

I am creating an Outlook 2010 add-in and have added a context menu to my ribbon for idMso="contextMenuMailItem". On click, …

c# vsto outlook-addin
How to open Outlook's new mail window with prepopulated attachment

I 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-2010
custom ribbon not appearing in outlook when when running a build in vs

I 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-addin
Retrieve Current Email Body In Outlook

in 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