Wednesday, 21 August 2013

ASP.NET MVC timed actions

ASP.NET MVC timed actions

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?

No comments:

Post a Comment