Outlook

Saving All Messages to the Hard Drive Using VBA

Saving All Messages to the Hard Drive Using VBA

Use this code to save messages with the date in the filename, retaining the Outlook file structure. To save selected messages as PDF files, see [URL='www.slipstick.com/developer/code-samples/save-outlook-email-pdf/']Save Outlook email...

Send an Email When a Reminder Fires

Send an Email When a Reminder Fires

Another entry in my Lazy Programmer Series, this time I have a macro that sends an email message when a reminder fires. This macro was the result of...

Use a macro to move Sent Items

Use a macro to move Sent Items

I hear from a lot of users who don't like how Outlook handles sent items with an IMAP account. In older versions of Outlook, IMAP sent items use...

Create a Task from an Email using a Rule

Create a Task from an Email using a Rule

A security update disabled the Run a script option in the rules wizard in Outlook 2010 and all newer Outlook versions. See [URL='www.slipstick.com/outlook/rules/outlook-run-a-script-rules/']Run-a-Script Rules Missing in Outlook for...

Create a List of Rules

Create a List of Rules

Applies to: Outlook 2016 (Win), Outlook 2013, Outlook 2010, Outlook 2007 Valk Beekman wanted to share this VBA code sample that creates a text file containing a list...

VBA: No attachments to CC’d recipients

VBA: No attachments to CC’d recipients

Use this macro to send an attachment to email addresses in the To line and CC others with just the message. Work in progress: the attachment script needs...

Process messages received on a day of the week

Process messages received on a day of the week

A security update disabled the Run a script option in the rules wizard in Outlook 2010 and all newer Outlook versions. See [URL='www.slipstick.com/outlook/rules/outlook-run-a-script-rules/']Run-a-Script Rules Missing in Outlook for...

Use a Macro to Assign Messages in a Shared Mailbox

Use a Macro to Assign Messages in a Shared Mailbox

Many organizations use shared Exchange mailboxes for support and general information email addresses and assign the responsibility to answer the inquiries to a small group of users. To...