小编Chr*_*her的帖子

如何创建 Outlook 2010 规则以在主题关键字上使用 AND 布尔值

我使用的是 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 代码,所以这对我来说不是一个解决方案。如果有人知道如何实现这一目标,我会很高兴收到您的来信。

我注意到,在Outlook 2010 RULES - How to use OR boolean 问题中 …

microsoft-outlook microsoft-outlook-2010 rules email-filter

3
推荐指数
1
解决办法
9897
查看次数