我正在使用 Microsoft Outlook 2016,我刚刚收到一封密件抄送的邮件。这非常危险,因为To
和CC
列表中的人不应该能够联系我,而当我回复这封邮件时,我冒着将我的电子邮件地址暴露给那些人的风险,这是我不希望发生的。
为了避免这种情况,我希望每当我按下Reply all
密送的电子邮件按钮时都会出现一些消息框。
我刚刚检查了规则,但没有找到解决方法,而且创建以某种方式标记此类邮件的规则似乎也不可能:以下是我发现的创建规则的相关条件:
sent only to me
where my name is in the To box
where my name is in the Cc box
where my name is in the To or Cc box
where my name is not in the To box
正如您所看到的,没有where my name is in the Bcc box
(这正是我需要的)。
我可以想出一种解决方法,比如创建另一个收件箱,使用where my name is in the To or Cc box
,将所有邮件重定向到该收件箱,以便所有密件抄送的消息都保留在我的常规收件箱中,但我不喜欢这种解决方法。
有人知道如何帮助我吗?