我使用的是 Outlook 2010,我只能添加一个规则查询,该查询OR在主题行匹配上使用布尔运算符。我想使用AND布尔运算符,但无法弄清楚如何实现这一点。
我的 Outlook 2010 规则查询如下所示:
Apply this rule after the message arrives
from foo@bar
and with 'foo' or 'bar' or 'baz' in the subject
assign it to the Foo Bar Baz category
Run Code Online (Sandbox Code Playgroud)
我真正想要的是:
Apply this rule after the message arrives
from foo@bar
and with 'foo' and 'bar' and 'baz' in the subject
assign it to the Foo Bar Baz category
Run Code Online (Sandbox Code Playgroud)
我不会写 VBA 代码,所以这对我来说不是一个解决方案。如果有人知道如何实现这一目标,我会很高兴收到您的来信。