Microsoft Outlook:搜索主题为“开头为”的邮件

she*_*ill 5 microsoft-outlook search

我不知道如何设置简单的搜索。我正在尝试查找“以”特定字符串开头的所有消息。这是 4 条消息的示例

1) Subject: ABC DEF
2) Subject: ABC XYZ
3) Subject: RE: ABC DEF
4) Subject: FW: ABC XYX
Run Code Online (Sandbox Code Playgroud)

从这个列表中;我只想搜索消息 1 和消息 2。但出于某种原因;高级查找只显示我的选项,如

a) contains
b) is
c) doesn't contain
d) word starts with
..... and so on
Run Code Online (Sandbox Code Playgroud)

但这些都不适合我:(

she*_*ill 2

NOT 和 (Subject...) 之间没有空格。

正确的搜索是 (subject: "ABC ") 和 NOT(subject: "RE: ") 和 NOT(subject: "FW: ")