OK. I think I got the bulk of my questions answered in this post (regarding how to access email information from a POP3 server):
2020101
What we're trying to do is check one of our email accounts. If an email is received because it was returned because it was an undeliverable email that we sent out, we just want to take/pop it off the POP3 server. If it's an actual reply from a user, then we also want to take/pop it off the POP3 server, but also we want to get the from address, subject, body, etc., and store this info in a table. I think that link from above shows me how to access the contents of the email itself, but what's the process for removing an email from the stack? I did searches on this forum and google, but couldn't find anything. Thanks!