By Diane Poremsky February 3, 2012
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 that moves all mail from people who are assigned the Green color category to the Green folder. Or they want to highlight all mail sent from
Continue reading: Conditional Formatting by Contact CategoryBy Diane Poremsky September 11, 2011
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 want to be performed on messages that meet those conditions. Rules in the Rules Wizard apply to only to mail at the time its downloaded. They
Continue reading: Using Rules WizardBy Diane Poremsky July 24, 2011
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. Out of Office Assistant | Outlook 2000 or 2002 Rules Wizard with Exchange Server | Other Rules Wizard Configurations | Inbox Assistant | Exchange Server Script |
Continue reading: To make automatic reply rulesBy Diane Poremsky January 4, 2012
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 contains an email address, the address (or display name) is added to the output. It needs a little tweaking to list all the actions and conditions
Continue reading: Create a List of RulesBy Diane Poremsky December 30, 2011
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.
Continue reading: Create a Task from an Email using a RuleBy Diane Poremsky July 24, 2011
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 senders into the Junk Mail folder and not ignoring items sent with no From address (usually spam). I think Sue's low-maintenance method here may work better
Continue reading: Rules and tools to filter junk mailBy Diane Poremsky July 24, 2011
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 instead. A similar rule exists for ‘words in the recipients address’. Is there a way to set up a rule so that all emails from a
Continue reading: Create rules that apply to an entire domainBy Diane Poremsky July 24, 2011
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, if you want to match anything with “foo” in the subject text, then any the following would cause the rule to fire: Foobar Fools tofoo Note
Continue reading: To create a rule with wildcardsBy Diane Poremsky July 24, 2011
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 automatically or adding a recipient to your address book. For a list of custom actions you can add, see: Custom Actions for Rules — Source code
Continue reading: Custom actions in rulesBy Diane Poremsky September 18, 2011
“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 emails, but I want to know the number of emails I received yesterday.“ This is actually very easy to do: create a Search Folder that looks
Continue reading: Count Received Emails
Hot Topics