将部门邮箱授于完全控制和代表发送的权限给部门用户是企业高效办公的一种办法,但是碰到如下错误则有点尴尬:
同事甲代表部门邮箱回复客户邮件后同事乙不知道,于是又回复了一封,因为甲回复的邮件存储在了甲自己的个人邮箱的收件箱里。
修复此问题需在客户端安装补丁:
Hotfix KB2547227 for Outlook 2010
This hotfix contains 2 fixes;
When you have multiple accounts configured in Outlook and your default sending account is not the same as your default message store, then the selected mail account when creating a message via a mailto link is that of your default message store instead of the default account.
Read Receipts and Voting Receipt are not working properly when a (VBA) script is ran to save the message.
或直接修改注册表:
HKCU\Software\Microsoft\Office\<version>\Outlook\Preferences\DelegateSentItemsStyle = dword:00000001
HKCU\Software\Microsoft\Office\<version>\Outlook、options\General\DelegateWastebasketstyle = dword:00000004
本文出自 “精华荟萃” 博客,请务必保留此出处http://simy88.blog.51cto.com/7370552/1684702
【Ex2013】【Outlook】代表发送邮件存放在个人邮箱发件箱内
原文地址:http://simy88.blog.51cto.com/7370552/1684702