【发布时间】: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