mailMsg.Body = bodyinfo+"<br><a href=\"http://news.163.com\">163</a>";
這樣是不行的喔,接收到的郵件好象還是<br><a href="http://news.163.com">163</a>
我想顯示163,然后佃click就可以了~
------解决方案--------------------------------------------------------
string theUrl="http://www.163.com";
myMail.Body = "链接为:"+this.theUrl;