MIME encoding/decoding classes for .NET framework

  • Thread starter Thread starter Stephen Walch
  • Start date Start date
Hello Steve,

I agree with Bill, and I recommend you the following KB article which
demonstrates sending email in .NET:

HOWTO: Send E-mail Programmatically with System.Web.Mail and Visual C# .NET
http://support.microsoft.com/?id=310273

For third-pary component, you can also take a look at
http://www.chilkatsoft.com/

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
I would be happy to use the MailMessage class for encoding if, after setting
all the properties, it was possible to get the whole thing as a MIME string.
Conversely I would like to pass it a MIME string for decoding the various
properties.
 
Hello Stephen,

Thanks for your update. Since .NET Framwork Class Library does not offer a
class to parse MIME message, you will need a third-party component. In
addition to the previouse ones, I believe the following one worth
consideration:

Hunny MIME.NET
http://hunnysoft.com/nmime/

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top