This macro allows you to rename attachments on incoming or outgoing messages.
Format Images in Outlook Email
This variation of the Resize Images in Email macro puts a border and shadow around all images in the message you are composing.
Set Outlook Online or Offline using VBScript or PowerShell
How to use PowerShell, VbScript or VBA to set Outlook to work offline.
Search your Contacts using PowerShell
Use PowerShell to search for Contacts with a value in a default or custom Contact field. While you can do a more complicated search within Outlook, you will need to use PowerShell (or VBA) if you want to search for a value in a custom field.
Add Contact Information to a Task
Use a macro to add contact information to a task or appointment body.
Process Mail that was Auto Forwarded by a Rule
How to identify or "do something" with a message that was auto forwarded. While the info bar in the message identified it as auto forwarded, it' only visible when the message is selected.
Run a Script: Send Autoreply with Date
These code samples show you how to use a run a script rule to send an auto response, including the received date and when the recipient should expect a follow up response. The first sample uses a template for the reply, the second macro replies to the incoming message.
Use VBScript to Export or Import Categories
The VBScripts on this page will export or import a list of your categories for backup and importing into your Outlook desktop mailbox.
Create a Hyperlink on an Outlook Custom Form
If you need clickable links in a custom form, you can use VBScript code and a Label field or Command buttons to make clickable links.
Count Selected Messages
How to get a count of the messages you have selected in Outlook, using a macro or copy and paste.