我用的是WIN 2003 系统 , 在用  string strTo = "[email protected]";
    string strFrom = from.Text;
    string strSubject = subject.Text;
    string strBody = body.Text;
    SmtpMail.Send(strFrom, strTo, strSubject,strBody);出现异常情况如下:System.Runtime.InteropServices.COMException: “SendUsing”配置值无效。