What .NET Mime Parsing libraries are available?
Posted
by Guy
on Stack Overflow
See other posts from Stack Overflow
or by Guy
Published on 2008-08-20T23:54:10Z
Indexed on
2010/03/22
10:01 UTC
Read the original article
Hit count: 804
I have a project that utilizes the javax.mail.internet.MimeMessage and other related classes that does mime parsing for emails that we receive. This needs to be ported to .NET.
What .Net 3rd party or built in library can I use to replace the Java classes that I'm using?
EDIT: Anything change in the last 9 months since I asked this question?
© Stack Overflow or respective owner