简体   繁体   English

当 outlook 设置为“外出”时,关闭 email 通知

[英]Turn off email notifications when outlook is set to “Out of Office”

I have an intranet application that sends emails to administrators.我有一个向管理员发送电子邮件的 Intranet 应用程序。 There are lots of emails generated each day and so I wanted to turn off email notifications automatically when they set their Outlook status to "Out Of Office".每天都会产生很多电子邮件,所以我想在 Outlook 状态设置为“外出”时自动关闭 email 通知。

Is this possible?这可能吗? The app was made using ASP.NET MVC 1该应用程序是使用 ASP.NET MVC 1 制作的

You will have to write a plugin of Outlook to add data in your application when they set their status to "Out of office".当他们将状态设置为“不在办公室”时,您必须编写 Outlook 插件才能在您的应用程序中添加数据。 This is a tutorial on how to write Outlook plugins in C#这是关于如何在 C# 中编写 Outlook 插件的教程

http://blogs.msdn.com/b/dancre/archive/2004/03/21/93712.aspx http://blogs.msdn.com/b/dancre/archive/2004/03/21/93712.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么 iManage 的 Outlook 插件文件和发送会导致使用 M​​icrosoft.Office.Interop.Outlook 设置的自定义属性从电子邮件中删除? - Why would iManage's Outlook add-in File & Send cause a custom property set using Microsoft.Office.Interop.Outlook to be dropped off an email? 打开Outlook时,Microsoft.Office.Interop.Outlook确认电子邮件不起作用 - Microsoft.Office.Interop.Outlook Confirmation email doesn't work when Outlook is open 使用.NET获取Outlook Out of Office标志 - Getting the Outlook Out of Office flag with .NET 通过移动设备将Outlook设置为不在办公室 - Setting Outlook out of office from a mobile COMAddIns如何在Office Word 2003中以编程方式打开/关闭它们 - COMAddIns how to turn them on/off programmatically in Office Word 2003 如何关闭灰色未使用的用途? - How to turn off graying out unused usings? 为什么 Outlook 在使用 Office 互操作时会崩溃? - Why is Outlook crashing when using Office interop? Microsoft.Office.Interop.Outlook临时更改电子邮件正文 - Microsoft.Office.Interop.Outlook temporarily change email body 使用 ActiveXObject 或 Office Javascript API 将电子邮件保存到 Outlook 文件夹? - Save email to outlook folder using ActiveXObject or Office Javascript API? 代表其他用户发送电子邮件以获取office365-outlook - Sending email on behalf of other user for office365-outlook
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM