Outlook 不会在收到消息时显示桌面通知

aba*_*hev 57 microsoft-outlook microsoft-office microsoft-office-2007

我在 Microsoft Office Outlook 2007 中有多个帐户,每个帐户都有一个文件夹,还有一个将消息移动到适当文件夹的规则。它还必须显示桌面通知。

但事实并非如此!

我启用了一个选项来显示根传入文件夹的通知,但我 99.99% 的消息绝对安静地转到子文件夹。

Ƭᴇc*_*007 63

找到了这个信息:

“它仅适用于收件箱文件夹”默认情况下,新的新邮件桌面警报只会在邮件发送到收件箱时显示(正如该选项在工具-> 选项-> 按钮电子邮件选项-> 按钮高级电子邮件选项)。这意味着当您将规则配置为将邮件移动到其他文件夹时,通知将不会显示。

要解决此问题,您可以向每个规则添加“显示桌面警报”操作。除了它非常烦人这一事实之外,真正的缺点是当您在 Exchange 组织中时,该规则将成为本地规则,因此它只会在 Outlook 运行时执行。这意味着当您向规则添加额外的操作时,例如将其转发到另一个地址,该操作也不会被执行。

一个更好的解决方案是创建一个没有条件的通用规则,只有显示桌面警报的操作。

1.Tools-> Wizards and Alerts… (press OK if you get an HTTP warning) 
2.Button New Rule… 
3.Select "Start from a blank rule" and verify that "Check messages when they arrive" is selected 
4.Press Next to go to the Conditions screen 
5.Verify that no condition is selected and press Next 
6.A warning will pop-up stating that this rule will apply to all messages. Press "Yes" to indicate that that is correct 
7.Select the action "display a Desktop Alert" 
8.Press Finish to complete the rule 
9.If needed move the "display a Desktop Alert" rule all the way to the top 
Run Code Online (Sandbox Code Playgroud)

在这里:http : //www.howto-outlook.com/howto/mailalert2003.htm#always_alert

听起来像你遇到的问题。

  • 很高兴它有所帮助:) (3认同)
  • 如果您要连接到 Exchange 服务器,则规则会增加一层奇怪的东西。有“本地”规则,它只在你设置它的 Outlook 副本中运行(比如,当邮件进来时让它“叮”),然后是“服务器”规则,它在服务器上执行,之前您可以通过 Outlook 访问它,而且通常是在它到达服务器本身的收件箱之前(如转发规则)。因此,如果服务器端规则在本地规则之前影响消息,那么本地规则通常不会产生任何影响。我希望能解决这个问题(?):) (2认同)