查找具有给定 PR_SEARCH_KEY 的所有消息

发布于 2024-07-04 05:00:08 字数 182 浏览 13 评论 0原文

我需要查询 Exchange 服务器以查找在PR_SEARCH_KEY 中具有特定值的所有邮件。 我是否必须打开每个邮箱并遍历它,还是有更快的解决方案?

编辑:这是一个需要在我通过日记邮箱收到的邮件的所有副本的主题行前面添加一些内容的程序。

I need to query an Exchange server to find all messages having a certain value in PR_SEARCH_KEY. Do I have to open every mailbox and iterate through it or is there a faster solution?

Edit: This is for a program that needs to prepend something to the subject line of all copies of a message I got through a journal mailbox.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无语# 2024-07-11 05:00:08

您还没有得到任何答案,所以我想我会尝试一个次优的解决方案。

我不确定您是否能够使用我将建议的工具完成您需要做的事情(并且,也许您超出了这个可能的解决方案),但是您是否尝试过使用 ExMerge 查找感兴趣的消息?

我发现 ExMerge 可以跟踪特定邮件并通过多个邮箱为我获取它们。 看起来您无法直接获取 PR_SEARCH_KEY 值,但也许还有另一种方法可以给这只猫剥皮。

您可以在 Microsoft 下载 ExMerge下载ExMerge

此外,Microsoft Exchange 团队博客上有一些关于 ExMerge 的详细信息

You haven't gotten any answers yet so I figured I would try a sub-optimal solution.

I'm not sure that you will be able to do what you need to do with the tool I'm going to propose (and, perhaps you are beyond this possible solution), but have you tried to find the messages of interest using ExMerge?

I've found that ExMerge can track down specific messages and get them for me across multiple mailboxes. It doesn't look like you can get directly to the PR_SEARCH_KEY value, but maybe there is another way to skin this cat.

You can download ExMerge at Microsoft Download for ExMerge .

Also, there are some good high-level details on ExMerge at the Microsoft Exchange Team Blog .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文