Recommendations for a .NET component to access an email inbox
Posted
by Ian Nelson
on Stack Overflow
See other posts from Stack Overflow
or by Ian Nelson
Published on 2008-08-20T13:53:20Z
Indexed on
2010/03/22
8:51 UTC
Read the original article
Hit count: 398
I've been asked to write a Windows service in C# to periodically monitor an email inbox and insert the details of any messages received into a database table.
My instinct is to do this via POP3 and sure enough, Googling for ".NET POP3 component" produces countless (ok, 146,000) results.
Has anybody done anything similar before and can you recommend a decent component that won't break the bank (a few hundred dollars maximum)?
Would there be any benefits to using IMAP rather than POP3?
© Stack Overflow or respective owner