Here's a fun one: If one wanted to create a MHT file programatically, how would one go about doing that? (without using that component from
http://www.xkee.com/software-development/chilkat-mht-net-component/ )
I'm sure there must be some documentation on that file format somewhere - or how to generate one.
-
-
Also known as MHTML, "MHT" format is in fact a regular RFC-MIME message, which is
described in RFC 2045 to RFC 2049:
http://www.ietf.org/rfc/rfc2045.txt?number=2045
http://www.ietf.org/rfc/rfc2046.txt?number=2046
http://www.ietf.org/rfc/rfc2047.txt?number=2047
http://www.ietf.org/rfc/rfc2049.txt?number=2049
See also RFC 2822 for general information about
Internet Message format:
http://www.ietf.org/rfc/rfc2822.txt?number=2822 -
Thank YOU, my friend! =) I was just talking about MHT the other day...and had no idea how one would go about making them.
I think you are psychic....or...at the very least, able to bend spoons with your mind. =)
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.