本文介绍了如何将ItemAttachment的内容加载到文件中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有时我的电子邮件格式是RTF,并且电子邮件正文中可能嵌入了图片。在EWS托管API中,资源将被视为ItemAttachment。如何使用ItemAttachment类将嵌入图像保存为本地文件? (类似fileAttachment.Load(路径))

感谢。

sometimes my email's format is RTF, and there may be images embedded in the email body. there resources will be treated as ItemAttachment in EWS managed API.
how can I use the ItemAttachment class to save the embedded image as a local file? (something like fileAttachment.Load(path))

thanks.

推荐答案


这篇关于如何将ItemAttachment的内容加载到文件中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-19 00:43