Category Archives: VB.net

Searching POP3 accounts for bounced emails with vb.net

In this article I am going to demonstrate how to develop an application in VB.net that allows you to search a list of POP3 email addresses and return all of the bounced email addresses from that email.  For ease of learning, we will create a simple single threaded console app.  This should work for most people, but to expand on this article, try adding asynchronization and multiple threads.

» Read more…