I want to filter all mail whose subject starts with [SomeWord], so I wonder is it possible using regular expression(such as ^\[SomeWord\]) for inbox rule of outlook.

I'm using outlook web aceess, not outlook client.

link|improve this question

40% accept rate
2  
"^[SomeWord]" is not the regular expression you are looking for </jedimindtrick> – Jürgen A. Erhard Dec 9 '10 at 15:18
@jae, thanks for pointing out the wrong usage of sample regular expression. Not sure what "jedimindtrick" means, will google it. :) – Kane Dec 9 '10 at 15:33
it's a Star Wars reference c2.com/cgi/wiki?JediMindTrick – Nifle Dec 9 '10 at 18:21
feedback

1 Answer

There is a Stack Overflow question which has some solutions for doing this.

link|improve this answer
Link only answers are not helpful here, please expand your answer, @yeedl. – studiohack May 2 '11 at 3:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.