Example - the rule used to read:
Delete if SENDER contains the words "Viagra" OR if SUBJECT contains
the words "Viagra" OR if BODY contains the words "Viagra.
Now the same (hypothetical) rule reads:
Delete if SENDER contains the words "Viagra" AND if SUBJECT contains
the words "Viagra" AND if BODY contains the words "Viagra.
How can I replace AND with OR?
Also can the command "Stop processing all other rules" be added
without starting over. I've read a few posts that suggest that is
where many people have problems with inconsistent rule execution. But
when I try to add it to my rules, it wants to delete all of the
conditions that I have been collecting for a year or two and start
again fresh. Can it be done as an add-on.
Please e-mail me directly if you can help. Any help would be
appreciated.
Greg Little
http://www.gnlgroup.com/
You can add the "stop processing" action to any rule at any time. Just click
Modify to modify your existing rule.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Grebington" <gr...@greglittle.com> wrote in message
news:31c22e9.04021...@posting.google.com...