Read Unread SMS on Windows Mobile 5.0

How to read unread SMS in windows mobile5.0? give me an idea.

I saw a link that sends and receives SMS, but I am asking how to read existing SMS messages in my Inbox for a very special "FREE" . give me hints

+2


source to share


2 answers


This might help: SMS messaging using the .NET Compact Framework . This article shows you how to read and send SMS.



+2


source


This can help

http://blogs.msdn.com/raffael/archive/2008/09/08/mapi-on-windows-mobile-6-programmatically-retrieve-mail-body-sample-code.aspx

You will probably need to use custom code to access the CE MAPI api to retrieve messages from the message store.



Alternatively, I think the mobile in .net components from Peter Foot provides managed wrappers that can do what you want:

http://inthehand.com/content/Mobile.aspx

0


source







All Articles