Outlook icon

QuickSteps Week, Part 5

QuickSteps image

Welcome to QuickSteps Week! This week we'll be going over a new Outlook 2010 feature called QuickSteps and how we can simulate some of these features in Outlook 2003 using VBA.

Continue Reading: QuickSteps Week, Part 5 »

Outlook icon

QuickSteps Week, Part 2

QuickSteps image

Welcome to QuickSteps Week! This week we'll be going over a new Outlook 2010 feature called QuickSteps and how we can simulate some of these features in Outlook 2003 using VBA.

Continue Reading: QuickSteps Week, Part 2 »

Outlook icon

On Being a Responsible Outlook user

Reply To All

The Microsoft Exchange Team Blog has a two part series on how to disable the Reply To All functionality using MS Exchange. Yikes.

To me, it seems like an organizational disease or culture problem when you have to resort to blocking the feature at the Exchange level.

Continue Reading: On Being a Responsible Outlook user »

Automation iconOutlook iconVBA icon

Event Code for Forwarding Selected Text to Another Email Address

Here is the event code I promised for forwarding emails to another email address. It does exactly the same thing as the previous code, but since it is event code, once you place it in a class module and restart Outlook, it runs automatically without any need for you to run macros by hand.

Continue Reading: Event Code for Forwarding Selected Text to Another Email Address »

Outlook iconVBA icon

Forwarding Selected Text to Another Email Address

Greetings,

I would like to share some code I wrote last month for a user who visited my website and asked for a macro that would look for specific text in the subject of an email and forward it to another email address (in this case, an email for a mobile device). I created two versions: a Sub procedure that could be run on demand, and Event code that would automatically (in the "hands off" spirit) forward a specially crafted email.

Continue Reading: Forwarding Selected Text to Another Email Address »

Site last updated: February 9, 2012