I'm writing an .net 4.5 app to be deployed to Azure. I'd like to have a worker role which periodically checks an email address for new messages, copies the attachments off any emails, and dumps them to blob storage.
I see lots of stuff on how to send email, but not how to actually monitor an email account and process messages.
EDIT: The blobs are files which will then be displayed to the user