Top "Outlook-2010" questions

Microsoft Outlook 2010 is the release of Microsoft's popular Outlook platform that debuted in July 2010.

Outlook 2010 custom VBA script to move incoming mail message to a specific folder

I'm trying to create a custom rule for Outlook 2010 that inspect the subject of the email and if it makes …

vba outlook-2010
Table style border- outlook 2010 adds an extra space

I created an HTML for email marketing. I placed a table, and applied a border around it: <table border="0" …

html-table whitespace html-email outlook-2010
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
Prevent word wrap on hyphen in html email in Outlook 2007 and Outlook 2010

This is my first post. So: I'm working on an HTML e-newsletter using the same template I've used for a …

whitespace html-email outlook-2007 outlook-2010 typography
Outlook 2010 ,Using <a> tag as a button css

I am using a link tag styled to look like a button in my email . The css for the tag …

css outlook-2010
Using the .Restrict method in Outlook VBA to filter on single recipient email address

I have code in Access that gets all emails in the user's Inbox that are sent by an individual email …

vba outlook outlook-2010 outlook-filter
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
Inconsistent spaces below TD elements in tables in HTML email in Outlook (2007 and 2010)

I've researched this problem, finding many suggested fixes on the web, but nothing is working. The problem is the gap …

html email outlook outlook-2007 outlook-2010
Delete a mailitem permanently in outlook

I'm trying to delete a mailitem using the outlook API. Like the following, Dim objMail For each objMail in objFolder.…

vba outlook outlook-2010 outlook-2007 outlook-2003
Adding a Tab to the Outlook 2010 Ribbon?

I'm trying to create an Outlook 2010 addin that adds a new tab to the ribbon. I found out how I …

c# .net outlook vsto outlook-2010