简体   繁体   中英

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

I have an intranet application that sends emails to administrators. 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".

Is this possible? The app was made using 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". This is a tutorial on how to write Outlook plugins in C#

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM