单击按钮并打开默认邮件客户端,并在正文中填写html

时间:2014-09-19 11:33:10

标签: c#-4.0

enter image description here

我想在正文和主题中打开带有预填充html的邮件窗口。

注意:用户需要输入:仅限电子邮件,我应该从代码端填充正文,正文应填写html。

  1. 上图是我需要的截图。

  2. 我需要点击按钮上的html正文中显示的图像。

1 个答案:

答案 0 :(得分:0)

你可以将html标签嵌入到像这样的

字符串中
string textBody="Hi
<strong>"+UserName+"</strong>
<br />"+Addrss +"  is you addrsss you can find current addrss 
<table>
<tr><td>Any other contant</td></tr>
</table>";

这就是你想要的东西或其他东西。你能展示出你想要的输出吗?所以我可以提供帮助