Hello All,
I need to develope an application to receive POP3 emails automatically at regular intervals.
I am totally a newbie to this one and need your kind help.
The application should fetch emails using some service that would run in the background.
So basically I need 2 things (I suppose) :-
- A windows service that would run in the background to fetch POP3 emails at regular interval.
- An application that would show the new emails (along with the old ones of course) that may come through the windows service.
Any suggestion on this please so that I may kick start it ?
Thanks a lot in advance.