views:

369

answers:

2

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

I saw the reference link that is send and receive the SMS, but i ask how to read an existing SMS in inbox for particularly "UNREAD" SMS. give me an hints

+2  A: 

This might help. : SMS Messaging Using the .NET Compact Framework . This article shows you how to read and send sms.

Shoban
A: 

This might 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 some native code to access the CE MAPI api to retrieve the messages from the message store.

Alternatively I think mobile in the hand .net components by Peter Foot provides managed wrappers that may do what you need:

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

Matt