Click here to Skip to main content
15,897,718 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
can i send a sms using gsm modem and c# code in specific hour?
for example can i program my code to send message at the time (1 AM)?
Posted
Comments
MTProgrammer 28-Oct-13 18:01pm    
Yes you would need to create a executable or a web page, something to trigger the SMS message and use the Task Scheduler to create a scheduled task that executes the executable/web-page/etc... at the specified time.

I have done this but the code is not available due to NDA.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900