标签: c# .net web-applications scheduler
我想将Web应用程序中的预定短信发送给我的用户。例如,我想每天早上9点发送短信,但我不知道哪种方法可能对我有用" DateTime"或"定时器"要么 ... 我有自己的短信网络服务,问题在于预定的任务。
发送短信代码:
string[] RetVal = send.SendSMS("Username", "Password", To, from, Text, isflash);