使用 Outlook VSTO 自定义搜索栏

Using Outlook VSTO to customize search bar

在 VSTO Outlook 项目中使用 c#,是否可以在收件箱搜索框中设置值?

我知道如何通过 C# 代码搜索电子邮件,但我需要在收件箱中显示结果 window。

例如在那个盒子里设置 email from:”teste@teste.com” via c#

当然 - 致电 Application.ActiveExplorer.Search("email from:""teste@teste.com""", 0)