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.
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++.
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
精彩评论