
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.
Custom Office Programming and Automation

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.
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.
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 »
Follow Me