Rules Articles

  • Conditional Formatting by Contact Category

    A very frequent request is the ability to apply rules or automatic formatting to messages and meetings with people in specific categories. For example, the user wants a rule...

  • Count Received Emails

    “How do I get the total number of emails I receive at a daily level? I see the number of email in my inbox, and the number of unread...

  • Create a Custom View to Show the ‘Remind at’ Time

    Outlook doesn't have a way to print the reminders, but you can create a custom view and print it. Tasks uses the Reminder time field, Flagged messages use the...

  • Create a List of Rules

    Valk Beekman wanted to share this VBA code sample that creates a text file containing a list of the rules used by the default email account. When the rule...

  • Create a rule to expire mail after a number of days

    You can combine a Rules Wizard rule with the AutoArchive feature of Microsoft Outlook to automatically delete messages as they age. Create a rule that moves messages meeting certain...

  • Create a rule to search for two different phrases in a message

    Direct support for this kind of rule was added in Outlook 2000 and is available in all later versions of Outlook. In Outlook 97 and Outlook 98, it requires...

  • Create a Task from an Email using a Rule

    Create tasks from email as they arrive using a simple script and Rules Wizard. With a slight variation, you can create a task from the message you are reading in the reading pane. Complete instructions and ready-to-use code samples included.

  • Create rules that apply to an entire domain

    While this rule trick works in Microsoft Outlook 2010, it’s not necessary as Outlook 2010 includes a rule for “specific words in the senders address” which you can use...

  • Create rules to sort messages by email account

    Current versions of Microsoft Outlook contain a rule condition you can use to sort mail received from multiple email accounts. Simply choose the condition "through specified account", select the...

  • Custom actions in rules

    Custom actions are not included with Microsoft Outlook, but are add-ons in the form of .dll’s created with C++ that add new capabilities to Outlook rules. Examples include printing...

  • Custom Field Formulas: Phone Numbers

    The basics of creating a custom field using a formula For best results, begin with a custom view: From the View menu, find the menu for Define views. In...

  • Exchange Server’s 32 KB Rules Limitation

    Exchange 2003 and older supports just 32 KB worth of rules. If each rule is small and simple, you might get about 50 – 70 rules when using Outlook...

  • Filter internal mail from external mail

    Microsoft Exchange Server users can create a rule that looks like this: Apply this rule after the message arrives with @ in the sender’s address <whatever actions you want>...

  • Filter messages forwarded from another user’s mailbox

    If you connect to Microsoft Exchange Server and are receiving mail sent to more than one address (for example, both to your own mailbox and to a staff member...

  • Hide messages received more than an hour ago?

    I'd like all items that have been received more than an hour ago (or another period of time) to be marked. Is this possible to do with Automatic formatting?

  • How Exchange Assistant Rules Work

    This technical discussion first appeared on the msexchange discussion list on September 6, 1996. Thanks to Scott Briggs of Microsoft to allowing his explanation to be republished here. Technically,...

  • How to Change the Font used for Outlook’s RSS Feeds

    If you don't care for Calibri font as the default for RSS feeds, you need to use a macro to change the font (on font size) as the font cannot be changed by the user. We have code samples for both Outlook 2010 and 2007.

  • Keep Canceled Meetings on Outlook’s Calendar

    There are two methods you can use to keep canceled meetings on your calendar: keep the cancellation notice or use a Run a Script rule to create an appointment using using the meeting details. Code sample included.

  • Out-of-Office is missing or grayed out

    The Out-of-Office Assistant is missing Out-of-office Assistant is for Microsoft Exchange mailboxes only. Look for it on the File menu is Outlook 2010 or on the Tools menu in...

  • Outlook’s Rules and Alerts: Run a Script

    Using the “Rules and Alerts” option to “run a script”, the list of scripts to run is empty. What makes a script appear in the list? The argument must...

  • Rules and tools to filter junk mail

    Beginning with Outlook 98, you can use built-in junk mail processing, using either the Organize pane or Rules Wizard. However, results can be less than satisfactory, often putting wanted...

  • Rules in Error and Reply with Template

    This bug was fied in Outloko 2010 in the July 2011 hotfix. Beginning with Outlook 2007 SP2 (and continuing in Outlook 2010), there is a bug in the rules...

  • Run a Script Rule: Change Subject then Forward Message

    An Outlook user asked how to automatically change the subject of a message and forward it to another address. Using a "run a script" rule is one option and we show you how to do it.

  • Running Rules on messages after you read them

    We frequently get questions from users who want to run their rules automatically after reading the messages. Outlook does not support this – Rules Wizard processes the messages as...

  • Sending Autoreplies to Spammers

    A lot of users ask how to delete email from certain recipients and send an autoreply to them, telling them the message was deleted unread. While it is possible...

  • Server-side vs. Client-side Rules

    You can divide rules into two types – server-side and client-only. Server-side rules are handled entirely by the Exchange Server, independent of the state of the Outlook client. Client-only...

  • To back up Outlook Rules Wizard rules

    Rules are stored in .rwz files with the name of your profile. However, just copying the .rwz file to another machine doesn’t always work. Instead, export the rules: Choose...

  • To create a rule with wildcards

    Outlook doesn’t support wildcards in rules, so you can’t use use a * or ? character for wildcards. Instead, just specify the string you want to match. For example,...

  • To Make Automatic Reply Rules

    Microsoft Outlook and the Exchange client allow you to create rules to reply automatically to incoming messages with the Rules Wizard, Inbox Assistant and Out of Office Assistant. If...

  • Understanding the Safe and Blocked Senders lists

    How many addresses can the safe and blocked lists hold? Approximately 2000 total. This is because the total size of all lists combined cannot exceed 512K. Once the 512K...

  • Use a rule to filter all messages from a mailing list

    In most cases, the distinguishing feature of a mailing list is the To address. Therefore, that’s what you should use to create the rule. The important thing to remember...

  • Using Rules Wizard

    The Rules Wizard for Microsoft Outlook automatically processes both incoming and outgoing messages. You set conditions similar to those used for Microsoft Outlook filters, then indicate what action(s) you...