foens / hpop

OpenPOP.NET code repository
http://hpop.sourceforge.net/
204 stars 114 forks source link

Convert System.Net.MailMessge to OpenPop.MIME.Message #49

Closed masoud-bahrami closed 8 years ago

masoud-bahrami commented 8 years ago

Ho do I can Convert System.Net.MailMessage to OpenPop.MIME.Message ?

foens commented 8 years ago

It is not supported. They use different formats.

cshrper commented 8 years ago

I do this by saving System.Net.MailMessage to file and loading from file to OpenPop.MIME.Message - its works fine.