How can i write code for send SMS with delivery message in Windows Mobile? please guide me with C# or C++ code. I want to use SmsSendMessage API in this code because this API have more features.
|
1
|
|||
|
|
|
Microsoft.WindowsMobile.PocketOutlook Namespace The Microsoft.WindowsMobile.PocketOutlook namespace provides classes that allow you to create and access PIM data items (Appointments, Tasks, and Contacts), and MAPI messaging items (e-mail and SMS messages), on mobile devices SmsMessage Class in msdn This sample shows how to send an SMS message to a mobile phone.
|
||
|
|
|
|
You could use SmsSendMessage to send the message and use SmsGetMessageStatus to get the status report of the sent SMS. This is all C++ code, but you can pinvoke it as well. |
||||
|
