Top "Outlook-addin" questions

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

How to loop through all MailItems of certain Outlook subfolders

I'm working on an Outlook 2007 add-in. I found some code to loop through all the folders but I have not …

c# visual-studio-2010 outlook-addin outlook-2007
How to add a button to a pre-existing tab on ribbon (C#)?

I've successfully created a new tab and put it next to the pre-existing ones. Then I realized that I'll only …

c# ribbon outlook-addin outlook-2010
Can I add a custom "Send" button to Outlook?

I'm creating a secure message alternative to email for my organization. We exchange confidential patient information with outside treatment providers. …

outlook ms-office add-in outlook-addin
Automatically insert email signature into Outlook Meeting Invite

I have been searching the web for a way to do this but no such luck. My goal is to …

vba outlook outlook-addin
How to access Application property in VSTO Outlook add-in outside of ThisAddIn class?

ThisAddIn class created with new Outlook VSTO C# project has a Application property that you can use to among other …

c# .net vsto outlook-addin
Outlook Addin Error: Not loaded. A runtime error occurred during loading of COM add-in

I have created an VSTO Outlook addin. The configuration is as follows: Visual Studio 2008 Office 2007 Outlook add in (3.5 Framework) MSI …

c# vsto outlook-addin outlook-2010
nicely reading outlook mailitem properties

I am writing a plugin for outlook 2007 and i would like to read a property of a MailItem. In particular …

c# outlook-addin office-2007 mapi
How do i specify X-Headers for outgoing emails in Microsoft Outlook 2010

I need to include custom headers in my outgoing emails. I'm using Microsoft Outlook 2010 and SendGrid SMTP server. In particular, …

outlook-addin email-headers sendgrid
Outlook macro to prompt user info

I want to create a macro for Outlook that will prompt the user to enter their name in an input …

vba outlook outlook-addin outlook-2007 outlook-2003
Storing Outlook emails in a Microsoft SQL Server database

I am using c# to write an Outlook 2007 add-in to store emails in a SQL Server 2005 database. I would like …

c# sql-server vsto outlook-2007 outlook-addin