.Net Windows Service to monitor mailbox

Posted by Brent on Stack Overflow See other posts from Stack Overflow or by Brent
Published on 2010-04-21T08:02:11Z Indexed on 2010/04/21 8:03 UTC
Read the original article Hit count: 207

Filed under:
|
|

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:

  1. POP3 or IMAP to connect to the mail server?
  2. 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!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about windows-services