Outlook 2007 doesn't support Logic operations in "Rules and alert"

B

Bailu

Hi,

I want to filter my email with a AND operation, i.e.
when the message contains both "Sentence 1" AND "Sentence 2", I want
to
move it to a specific folder .

I found the Rule Wizard can only add OR style rules, instead of
AND.

Is there any way to do it ?


Thanks.
 
F

F. H. Muffman

Bailu said:
Hi,

I want to filter my email with a AND operation, i.e.
when the message contains both "Sentence 1" AND "Sentence 2", I want
to
move it to a specific folder .

I found the Rule Wizard can only add OR style rules, instead of
AND.

Is there any way to do it ?


Either with a plugin (such as the ones listed at
http://www.slipstick.com/addins/auto.asp) or, presumably, if you built a
rule that would fire against every message, you could write vba code that
would then verify that both sentences are in the message and decide what to
do about it.

Out of the box, I can't think of a way to do it, especially since you can't
do 'NOT' rules.
 
B

Bailu

Either with a plugin (such as the ones listed athttp://www.slipstick.com/addins/auto.asp) or, presumably, if you built a
rule that would fire against every message, you could write vba code that
would then verify that both sentences are in the message and decide what to
do about it.

Out of the box, I can't think of a way to do it, especially since you can't
do 'NOT' rules.

Could you give some reference on VBA programming on Outlook
message(mail) processing ?
I have background of programming, but not familiar with VBA and the
terminologies in Outlook.


Thanks.


L.Y.
 
F

F. H. Muffman

Bailu said:
Could you give some reference on VBA programming on Outlook
message(mail) processing ?
I have background of programming, but not familiar with VBA and the
terminologies in Outlook.


No, I couldn't. =) http://www.outlookcode.com or
microsoft.public.outlook.program_vba or program_addins would be the places
I'd go.
 

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