Archived Forum Post

Index of archived forum posts

Question:

Convert Email (.eml files) to HTML?

Sep 28 '12 at 09:11

I would like to convert emails (*.eml files) to html including css, pictures (despite whether attached or referenced), formatting. Can your library handle this? I could find example of converting html to email, but not the other way around, so Im writing to you.


Answer

The Chilkat Email object has an UnpackHtml method that does what you are describing. See the online reference documentation for (depending on your language) Chilkat.Email, CkEmail, CkoEmail, ChilkatEmail2, etc.

For example, the C# email object documentation is located here: http://www.chilkatsoft.com/refdoc/csEmailRef.html