sportdog

导航

 

2012年11月7日

摘要: 环境:sharepoint 2010 + vs2010测试:写一个定时发邮件的功能测试定时提醒功能参考:http://www.cnblogs.com/isnull/archive/2011/05/05/2038309.html开始了步骤一:创建一个asp.net网站项目项目-->属性-->应用程序-->选择framework3.5创建一个发邮件的类(TimerExecute)并测试using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net.M 阅读全文
posted @ 2012-11-07 17:08 sportdog 阅读(557) 评论(3) 推荐(0)