Top "Outlook-2007" questions

For issues relating to integrating with Microsoft Outlook, release 2007.

How can I make Outlook 2007 auto BCC messages to a specific email with specific words in subject using VBA?

Possible Duplicate: Outlook VBA to BCC emails sent not working in Outlook 2007 So far I have this code from outlookcode.…

vba outlook outlook-2007
Outlook Object Library Does Not Switch Between Versions 12 And 14

I have a .dotm template file on a network share. There are macros with references to the Word, Office, and …

vba outlook outlook-2010 outlook-2007
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
Email-Headers: Sender vs. x-sender

If you want to "Send Email On Behalf Of" someone else, should you use the 'Sender' heading or the 'x-sender' …

email outlook-2007 email-headers
Update an event in Outlook 2007 with an iCalendar file

There is a previous thread with this question, and hints at an answer, but I could not get it to …

outlook outlook-2007 icalendar
How can I create a script to move the currently active email in the Inbox to another folder in Outlook 2007

I sometimes get emails that I want to keep but to move them into the appropriate folder can be a …

vba outlook outlook-2007
How to set a custom Icon of an Outlook folder?

Is there any way to set a custom Icon of an Outlook folder or subfolder using Outlook object model?

c# outlook icons directory outlook-2007
Is there a list of IDs for the Outlook MAPI namespace?

I'm working on an Outlook add-in and I'm looking for a complete list that relates that MAPI properties to there …

vsto outlook-2007 outlook-addin mapi
Inline CSS for Email Body - Can get nowrap

I'm sending inline styles formatted tables to email bodies for sending out reports. The only problem I have is restricting …

html css outlook-2007 html-email