문제

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