公司服务器Exchange 2007 客户端使用的是outlook2010
我现在收到的邮件全部自动转入垃圾箱
1,客户端没有配置规则,
2,owa访问也是同样问题
3,问题只出现在几用户,不是全部这样,
4,我使用outlook2003也是自动转入垃圾箱
自己搞定了已经。
执行下面命令
Get-MailboxCalendarSettings 用户名 | fl
如果automateprocessing属性是AutoAccept的话
再使用下面命令将其设定为Autoupdate
set-mailboxcalendarsettings 用户名 -automateprocessing: Autoupdate
在线等。。。。
各位大侠帮忙了