Question

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?

Was it helpful?

Solution

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top