POP3, VB.NET 2.0

Associate
Joined
21 Sep 2008
Posts
1,593
Right, i need to connect to a POP3 server and download any emails that are on there. Can anyone point me in the right direction for some code what could do this ? (preffrebly put the emails into a database if possable).

I need emails getting set to this address to be downloaded and phased for various infomation (easy bit).

Or if anyone has a better way of handling this then feel free to mention it. I have access to a mail server, so it doesnt have to be POP3 if theres a better way.

Thanks for any help.
 
Found this, after a few changes to that code i can now connect to an POP3 account and download any emails as needed :)

Now just need to write these emails to a database and extract the infomation as needed :)
 
Back
Top Bottom