Saving .eml file with X-Unsent: 1 is not working for Lotus Notes 8.5

自作多情 提交于 2019-12-08 11:54:17

问题


The .eml file created with below contents works appropriately in Outlook, however, when you open it with Lotus Notes 8.5 - it's not shown as draft email. It comes-up as a normal email, like it is in Inbox. If I try to Forward the email, then the image section is shown with a RED X.

I need to create an draft email which can be opened both in Outlook and Lotus Notes with HTML body. Any suggestions on how to create an .eml file for Lotus Notes?

I am using C#, to generate the .eml file.

        X-Sender: test@localhost.com
        X-Receiver: Test@gmail.com
        X-Unsent: 1
        MIME-Version: 1.0
        From: test@localhost.com
        To: Test@gmail.com
        Date: 23 Jan 2017 11:42:31 +1100
        Subject: Test subject
        Content-Type: text/html; charset=us-ascii
        Content-Transfer-Encoding: quoted-printable

        <br /><strong>Test body</strong><img src=3D'http://www.w3schools.=
        com/tags/smiley.gif' width=3D'42' height=3D'42'>

Appreciate any guidance on this part.

来源:https://stackoverflow.com/questions/41817706/saving-eml-file-with-x-unsent-1-is-not-working-for-lotus-notes-8-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!