MSG 文件格式解析

发布于 2024-12-14 01:48:25 字数 92 浏览 2 评论 0原文

有谁知道如何从 c# 获取 RTF 电子邮件的附加链接图像?

我已经尝试了一些组件供应商和互联网上的博客,但他们都不支持获取 RTF 电子邮件的链接图像。

Does anyone know how to get the attached linked images of a RTF email from c#?

I've tried a few component vendors and blogs from the internet but none of them support getting the linked images of a RTF email.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

自控 2024-12-21 01:48:25

我通过使用结构化存储方法打开文件来做到这一点。

之后,您可以循环遍历附件文件夹,将其从流中取出,称为“内容”,

我希望这对一些需要这样做的人有所帮助

I did this by open the file using structured storage method.

After this you can loop though the attachment folders getting out the stream which are call "CONTENT"

I hope this help some if they ever need to do this

小女人ら 2024-12-21 01:48:25

我不知道他们是否支持它,但是你尝试过Aspose.Email吗?

I have no clue if they support it, but did you try Aspose.Email?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文