generate .mht file programmatically

前端 未结 4 1136
醉话见心
醉话见心 2020-12-31 11:03

Does anybody know how to generate .mht file programmatically in C#, with embedded images in it? The thing is i have realised that .mht files are capable of embedding images

4条回答
  •  旧巷少年郎
    2020-12-31 11:28

    I'd start with RFC 2557 so that I had some basic understanding of what I was working with. Then go look for code/libraries that deal with it.

    To my knowledge there are no BCL classes to deal with MHTML.

提交回复
热议问题