今天要做一个邮件发送的功能,在网上找到一个是用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}

相关文章:

  • 2022-01-16
  • 2021-12-29
  • 2022-12-23
  • 2021-11-05
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2022-02-08
  • 2021-10-19
  • 2021-07-19
  • 2021-10-25
相关资源
相似解决方案