查找具有给定 PR_SEARCH_KEY 的所有消息
我需要查询
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还没有得到任何答案,所以我想我会尝试一个次优的解决方案。
我不确定您是否能够使用我将建议的工具完成您需要做的事情(并且,也许您超出了这个可能的解决方案),但是您是否尝试过使用 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 .