我正在尝试从电子邮件 mht 文件中提取附件并写入单独的 mht 文件。我使用此链接中的代码提取 mht 文件来提取附件并将其写入文件。显然,在 Content/Type: application/pdf 和 application/octet-stream 的情况下,我无法打开输出 mht 文件。以下是我无法在 IE 中打开的输出 mht 文件的格式。我想知道为什么我无法在 IE 中打开文件。任何帮助或建议都会很有用。谢谢。
MIME-Version: 1.0
Content-Type: multipart/related; type="text/html";
boundary="===============0805110039=="
--===============0805110039==
Content-Type: application/pdf
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-ID: <abcd.pdf>
<Payload>
--===============0805110039==--