Вопрос

I have an ASP.NET MVC 4 project where I process emails too via Pop3 protocol. I use the OpenPop.NET package to parse the emails, but I do not find any method in that to check the emails by time. What is the best solution to check the email account every minutes?

Это было полезно?

Решение

I had a similar problem once where I had to update the cache of an application periodically. Quartz.NET did a good job for that. They provide a range of tutorials on the project page.

http://quartznet.sourceforge.net/

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top