Hi there,
I need to create a .Net windows service to monitor a mailbox and process attachments (if found) on the emails and then delete the email from the server.
I have two questions I'd like your thoughts on:
- POP3 or IMAP to connect to the mail server?
- Which POP3/IMAP library should I use. At this stage we're just doing a proof of concept, so a free one would be my preference.
Cheers!