Is it possible to preserve signature using mailTo?

余生长醉 提交于 2020-01-07 09:19:07

问题


For eg if I use "mailto:abc.com?body=Hello All" then the signature part is not preserved in the default outlook client.

If I remove the body part from the above the signature is preserved. Is there any way I can preserve signature even if I use body in mailTo ?

P.S. I am using javascript here to invoke mailTo on button click.


回答1:


This is an outlook related issue, and there is no workaround to solve this. Outlook's default behavior is to replace the entire body including the signature.

For reference, see this post.



来源:https://stackoverflow.com/questions/40379643/is-it-possible-to-preserve-signature-using-mailto

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