Posts Tagged ‘macro’

Export Outlook Task Lists

Friday, October 26th, 2007

Outlook 2007 has a very cool feature that lets you embed your current calendar in an e-mail and send it someone else. Wouldn’t it be nice if you could e-mail your To-Do list as well? Now you can! This macro shows you how to generate a formatted e-mail that contains all of your current tasks, as well as a list of any messages that you’ve flagged for follow-up.

(more…)

Code Snippet: Make Outlook Move Deleted IMAP Items to Trash

Friday, October 19th, 2007

One of the shortcomings of Outlook 2007 is that it does not allow you to automatically move deleted IMAP items to the Trash folder instead of marking them for deletion. This functionality is available in most other e-mail clients–and it’s even available in Outlook if you use Exchange–but it’s not available in Outlook if you use IMAP.

This limitation really bothers me, so I wrote this VBA macro to work-around the problem.

(more…)