【问题标题】:Stop internal read receipts (Outlook 2013)停止内部阅读回执 (Outlook 2013)
【发布时间】:2016-03-02 10:51:11
【问题描述】:

用户希望将已读回执与所有外部电子邮件一起发送。我在 Outlook 中设置了邮箱规则来执行以下操作:

Apply this rule after I send the message
notify me when it is read
except if sent to *Bristol* //Dynamic group for office contacts
or except with @"domainname" in the recipient's address

为了停止内部电子邮件的已读回执,我通过“邮件流”设置了 ECP 规则 > 规则:

IF 
the message type is *Read receipt*
AND
The sender is located *Inside the organization*
AND
The recipient is located *Inside the organization*
THEN
Delete the message without notifying anyone

但它仍在请求内部联系人的已读回执。

Outlook 和 Exchange 2013

【问题讨论】:

    标签: email outlook exchange-server


    【解决方案1】:

    您的规则只会停止发送已读收件人,而不是由邮件本身的属性控制的提示。

    您可以编写一个传输代理https://msdn.microsoft.com/en-us/library/office/dd877026(v=exchg.150).aspx,它可以通过使用 TNEF 解析器找到 PidTagReadReceiptRequested 并将其设置为 false 来处理通过集线器(或集线器服务器)的每条消息来完成此操作。内部收件人。这类事情的最佳样本可能是http://blogs.msdn.com/b/mstehle/archive/2009/01/13/howto-sample-transport-agent-add-headers-categories-mapi-props-even-uses-a-fork.aspx

    另一种可行的方法是使用 tagAction http://www.dimastr.com/redemption/rdoruleaction.htm#RDORuleActionTag 以编程方式设置规则。从理论上讲,您应该能够使用此操作修改 MAPI 属性,但是这很复杂,我从未使用过它。

    干杯 格伦

    【讨论】:

    • 略高于我的技能,但感谢您的指导。
    猜你喜欢
    • 1970-01-01
    • 2012-04-11
    • 2020-06-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-12-10
    相关资源
    最近更新 更多