where can I find a description on how Outlook rules work?

D

DaBraunBird

In particular how does the xxx contains yyy text searches work (wherexxx is
something like Subject and yyy is a string)? Are the strings regular
expressions? I'm given the opprotunity to enter multiple strings. Is this an
OR or an AND operation (must all the strings be present or any one)?
 
R

Roady [MVP]

Those are OR. The rule states that as well when you add a couple of strings
;-)
 
D

DaBraunBird

Thanks - I figured that out with a little experimentation.

What about wildcards/regular expressions?

and where the heck is the documentation of this????
 
B

Brian Tillman [MVP - Outlook]

What about wildcards/regular expressions?

No wildcards or regular expressions. Rules look for non-delimited
substrintgs. If you look for the word "corn", for example, it will match
"popcorn" and "cornucopia" as well.
and where the heck is the documentation of this????

Good question!
 
D

DaBraunBird

rats - so there's no way to match "TRS <babble> Sunday"! That's dumb! Regular
expressions are ... the only way to do string matching!

Thanks anyway
 
D

DaBraunBird

Wow - that should do it - Thanks!
Too bad matching was so simple minded - two rules to say
Subject containing "TRS.*Sunday"
Sigh

But thanks for the solution.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top