Read SMS from inbox in WM 5.0

S

sanketkhandare99

am working on Windows Mobile 5.0 using C#.Net.

I want to develop one application for that I have to read all the
stored SMS on mobile device.
Not to read new incomming SMS but which are already in mobile device.

So can you help me how to read all the SMS stored on mobile device
using WM 5.0 and C#

Please reply me soon.
 
P

Peter Foot [MVP]

Its not directly possible since you have to use CEMAPI which is a COM API
although not a well written one as it doesn't implement QueryInterface
correctly on it's interfaces so .NETCF 2.0 COM interop cannot be used to
call it. There is an existing wrapper library here -
http://www.inthehand.com/WindowsMobile.aspx

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top