MSG 文件格式解析
有谁知道如何从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通过使用结构化存储方法打开文件来做到这一点。
之后,您可以循环遍历附件文件夹,将其从流中取出,称为“内容”,
我希望这对一些需要这样做的人有所帮助
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
我不知道他们是否支持它,但是你尝试过Aspose.Email吗?
I have no clue if they support it, but did you try Aspose.Email?