using System.Diagnostics;Process.Start("mailto:[email protected]");

解决方案 »

  1.   

    TO: yanransoft() 
    希望说得明白一点。最好给你例子或说明一下邮件发送的过程是怎么样的
      

  2.   

    在ASP.NET里的话做个链接就可以了
    <a href="mailto:myemail@emailserver">给我写信吧</a>
      

  3.   

    Process.Start("mailto:[email protected]?Subject=你好");
      

  4.   

              System.Web.Mail;     
                       private void Page_Load(object sender, System.EventArgs e)
    {
                                          System.Web.Mail.SmtpMail;
              System.Web.Mail.MailAttachment;
              System.Web.Mail.MailMessage;
                                   Mail.TO=MailTo.Value;
                                   Mail.Subject=MailSubject.Value;
                                   Mail.Body=MailBody.Value;