Posts Tagged ‘vba’

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…)