交换重复邮件

发布于 2024-12-14 07:46:53 字数 121 浏览 0 评论 0原文

我们目前正在通过 EWS Exchange 进行某种邮件处理。

现在,如果将两封相同的邮件消息发送给交换机的两个不同用户,是否有办法识别这两封邮件具有某种语义链接?

因此,我们只想处理这些邮件消息

We are currently working on some kind of mailprocessing via EWS Exchange.

Now if two same mail messages are sent to two different users of the exchange, is there a way to recognize, that these two mails have some kind of semantic link ?

As a result we would like to process only of these mail messages

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

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

发布评论

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

评论(1

走过海棠暮 2024-12-21 07:46:53

Exchange 自己检查重复邮件的方法是这样的:对于给定的邮件,收集元组(日期标头、消息 ID 标头、收件人)。如果多次记录此元组,重复的邮件将被静默删除。也许您可以使用类似的方法。

Exchange's own way to check for duplicate mails is this: For a given message, gather the tuple (Date Header, Message-Id Header, Recipient). If this tuple is recorded multiple times, the duplicate mails are silently dropped. Maybe you can use a similar approach.

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