strider
strider

Reputation: 41

Window Mobile SMS Source Code

I need to develop a windows mobile sms application. I am a new mobile software programmer so i need a source code to use it as a template and learn from it. Can any one provide me with a source code ? i don't care about the interface. I just need the functionality.

Upvotes: 0

Views: 592

Answers (2)

Christian Resma Helle
Christian Resma Helle

Reputation: 746

If you're thinking about a managed code application then you can use the SmsMessage object in the Microsoft.WindowsMobile.PocketOutlook namespace.

Here's an article describing the process:

http://www.devx.com/wireless/Article/38571

Upvotes: 1

threeleaf
threeleaf

Reputation: 23

If i'm not mistaken, when you install de Windows Mobile 6 SDK there are examples included, there is a SMS one but it's in c++.

Upvotes: 1

Related Questions