Introduction - If you have any usage issues, please Google them yourself
Introduction
In some instances within your application, you may have a time where you need to process emails from an inbox. What I hope to provide is a useful wrapper around the OpenPop.NET library http://hpop.sourceforge.net/ that provides an easy way of accessing emails from your inbox.
This comes in handy if you allow your users to forward emails into your application, send commands via the subject line to mainpulate your application remotely or even request information from your system via email from the subject line, or maybe you've written a custom support application and want to give your users the ability to open tickets via email and manage those attachments as well.
I plan on writing an article expanding upon the above examples where you can extend the functionalit of your application through email.
Background