Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ASP.NET MVC 4 项目,我也通过 Pop3 协议处理电子邮件。我使用 OpenPop.NET 包来解析电子邮件,但我没有找到任何方法来按时间检查电子邮件。每分钟检查一次电子邮件帐户的最佳解决方案是什么?
我曾经遇到过类似的问题,我必须定期更新应用程序的缓存。Quartz.NET 在这方面做得很好。他们在项目页面上提供了一系列教程。
http://quartznet.sourceforge.net/