Send SMS using C#.NET

List of Scenarios

  1. A PC with a bluetooth
  2. PC’s cellphone / Server’s cellphone
  3. Client’s cellphone / Subscriber’s cellphone

Considering the above statements;

  1. How can I able to retrieve messages from the PC’s cellphone using bluetooth
  2. How can I able to send message to the PC’s server using bluetooth, and this message will be automatically sent to subscriber’s cellphone.

I’ve seen a lot articles with regards to sending sms but, I don’t like to use SMS gateway. Please give me suggestion or even a site for me to be able to study this matter. Thanks in advance.

There isn’t a generic way. If the phone has a .NET client SDK you might be able to use that to send SMS messages. Gateways are much easier.