今天要做一个邮件发送的功能,在网上找到一个是用asp.net 2.0的,但有一些不明白的地方。就是:SPMSConfiguration 不知道要引入什么命名空间,请高手指点。

 1[转载]asp.net 2.0的邮件发送using System;
 2[转载]asp.net 2.0的邮件发送using System.Data;
 3[转载]asp.net 2.0的邮件发送using System.Configuration;
 4[转载]asp.net 2.0的邮件发送using System.Web;
 5[转载]asp.net 2.0的邮件发送using System.Web.Security;
 6[转载]asp.net 2.0的邮件发送using System.Web.UI;
 7[转载]asp.net 2.0的邮件发送using System.Web.UI.WebControls;
 8[转载]asp.net 2.0的邮件发送using System.Web.UI.WebControls.WebParts;
 9[转载]asp.net 2.0的邮件发送using System.Web.UI.HtmlControls;
10[转载]asp.net 2.0的邮件发送
11[转载]asp.net 2.0的邮件发送using System.Collections.Generic;
12[转载]asp.net 2.0的邮件发送using System.Collections.ObjectModel;
13[转载]asp.net 2.0的邮件发送using System.Text;
14[转载]asp.net 2.0的邮件发送using System.Net.Mail;
15[转载]asp.net 2.0的邮件发送using System.Net;
16[转载]asp.net 2.0的邮件发送using System.Threading;
17[转载]asp.net 2.0的邮件发送
18[转载]asp.net 2.0的邮件发送namespace sengMail
19}

相关文章: