Okay, I have an application that needs to check a dedicated mailbox for mail, and then read and process those emails. The email account is an internet-based account, and I use a pop3 server for incoming mail.

The question is, how do I do this inside my VB program?