将 RDOMail 保存为类型为 rdoSaveAsType.olRFC822 的 eml
Save RDOMail as eml with type rdoSaveAsType.olRFC822
保存 rdoBodyFormat.olFormatRichText 类型的 RDOMail 时,嵌入的图片没有内容 ID。这是为什么?
保存操作在 Outlook 加载项中。
Redemption 是指通过文件名而非内容 ID 从 RTF 创建的图像,因此仅设置了 Content-Location header,但未设置 Content-ID.
保存 rdoBodyFormat.olFormatRichText 类型的 RDOMail 时,嵌入的图片没有内容 ID。这是为什么?
保存操作在 Outlook 加载项中。
Redemption 是指通过文件名而非内容 ID 从 RTF 创建的图像,因此仅设置了 Content-Location header,但未设置 Content-ID.