How to use VBA to automatically open up Outlook windows in a particular order (mail, calendar, contacts and tasks) with each in a specific size and screen position.
How to change the From field on incoming messages
How to use Redemption to change the sender's name field on messages.
VBA: Change the From Account on Replies
A user wanted to always reply to messages sent to one account using another account. He also wanted to remove his address from the recipient list.
VBA: File messages by client code
The problem: a user needs to file messages from clients in a specific folder, which is the clients accounts number. Moving the messages manually is time consuming but using a macro makes it easy.
Update Contact Area Codes
Use a macro to update the area code on Outlook Contacts.
Set a reminder on selected items in the To-Do List
Use a macro to set the reminder time on selected items in the task or to-do list.
Replicate GTD: Create a task after sending a message
Replicate the Getting Things Done Outlook Addin function to simultaneously reply to an email message, create a task or appointment, and have that email reply linked to the task or appointment.
Use VBA to read fields in attached messages
How to use a macro to get the sender, subject and other fields from a message sent as an attachment.
Move Outlook Folders using VBA
Use a macro to move folders to a new parent folder instead of selecting the folder and using the Move command to open the Folder picker to select the new parent folder.
Replicate Smart Lookup using a macro
How to replicate the Smart Lookup feature in Outlook using a different search engine.