In my outlook 2007 application on windows 7 I have created a rule to work with the incomming emails. The rule needs to do the following:
- All incoming emails needs to be checked
- It needs to be printed
- Except if it comes from
test@example.comAND body text contains 'ORDER'
When I try to accomplish this if give the OR operator between the 2 conditions. How can I change this so that the exceptions are both needed ( AND operator ).