Possible Duplicate:
.net sms sending libraries
I am using .NET from last 3-4 days I got success sending e-mail using .NET now i want to send an SMS using .Net i have searched a lot but couldn’t found anything.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you considered using Twillio?
Twillio is a telephony that exposes voice and sms services via a REST API. There is an C# implementation client for the API
You will be able to send and receive messages.
As for sending SMS nativity from C#, I don’t believe this can be done.
Update
In the past I have had success with TwilioSharp.
There are other .Net libraries to choose from, if TilioSharp does not work out.