标签: email outlook office-2016 outlook-2016
我想将从op1@example.com发送的所有邮件复制到manager@example.com。
op1@example.com
manager@example.com
我知道我可以在outlook中应用规则。但是我希望规则检查op1@example.com在发送邮件时是否已将manager@example.com放入CC字段,如果不是,我想自动将其设为manager@example.com。
我怎样才能做到这一点?
答案 0 :(得分:1)
循环遍历MAilItem.Recipients集合并检查Recipient.Address属性。