Outlook addins are self-contained programs that modify,extend or add functionality to Microsoft Outlook desktop client.
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-2007I'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-2010I'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-addinI have been searching the web for a way to do this but no such luck. My goal is to …
vba outlook outlook-addinThisAddIn class created with new Outlook VSTO C# project has a Application property that you can use to among other …
c# .net vsto outlook-addinI 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-2010I 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 mapiI 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 sendgridI 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-2003I 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