Click here to Skip to main content
15,918,471 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,
I need to know immediatly how to send sms in c#.
If someone has already done it, source code or code example can be very usefull.
Thank you all.
Posted

Try using google. This has been done so many times (and the question has been answered almost as many times) thath we're justifiably tired of seeing it asked again and again. There are probably even articles concerning this topic on this very site.

All you gotta do is a little leg work, and you won't be sitting there whackin' yer pud waiting for an answer.
 
Share this answer
 
v2
Have a look at following links:
Articles:
Sending SMS using .NET through Web service[^]
Sending SMS text messages [^]

Discussion links:
sending sms[^]
how to send sms? [^]

Nutshell: .NET does NOT have any inbuilt API support to send out an SMS. You need to go for a third party solution or use something that is found on the Internet. Articles and discussions above should help you out.
 
Share this answer
 

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