Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以使用 Outlook 互操作库执行“即时搜索” Explorer.Search(query, scope),但是否可以获取用户执行搜索的内容,即在“搜索收件箱 (Ctrl + E)”字段中键入的内容邮件项目列表的顶部?
Explorer.Search(query, scope)
这看起来不可能。我也尝试使用 Application.ActiveExplorer.CurrentView.Filter,但是,虽然可以设置,但在尝试读取即时搜索值时它为空。