Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am working on an application which needs to send a message on a mobile after some
function triggers . As i am new to the platform can anyboby share some documents regarding this. I heard that there is some .NET compact framework active for a such purpose. Please help me on this as i need to complete this in short time.

Thanks,

Atul
Posted

1 solution

If you mean you want to send an SMS/MMS message to a mobile that is identified by its number then I'm sorry to tell you that you need to go through an operator or carrier to do that. .NET compact framework will not do that for you.

To send a message though, usually you want to apply protocols like SMPP[^] and CIMD[^] (my personal preference is to SMPP, I used to write these servers)

There are online providers that will accept JSON/BSON/HTTP requests and they then take care of translating this to SMS.

Of course, all of the above is chargeable by the operator/gateway.
 
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