OR condition in rules

  • Thread starter Thread starter Julio De Icaza
  • Start date Start date
J

Julio De Icaza

How you can declare a customized "OR condition" in
Outlook rules?
It seems to be different the easy way this can be made in
OExpress instead OXP.

I need to create a rule description like this:
"...after the message arrives from people OR sent to
people move it to the specified folder"

Please let me know about the solution, the help only
refers to multiple "or" conditions selected from a
predefined list.
 
Outlook requires you to handle this with two separate rules.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Define 2 rules (since the effect is to OR them):

Apply this rule after the message arrives
from <people or distribution list>
move it to <folder>
stop processing more rules

Apply this rule after the message arrives
sent to <people or distribution list>
move it to <folder>
stop processing more rules
 
Back
Top