How to read SMS in inbox?

  • Thread starter Thread starter Daimy
  • Start date Start date
D

Daimy

I use MAPI to read the inbox, but only the messages in ActiveSync's inbox
can be read. The messages in SMS's inbox can not be read.

Help!

Thanks!
 
I read the sort coming of that sample.
But it is still greate!

Is there another way to read SMS in inbox instead of capturing the incoming
SMS?
 
There are a se of APIs for interacting with SMS, the catch is that only one
application can have read access to the SMS store at once, which means you
have to kill the inbox process to read SMSs yourself. The
OpenNETCF.Phome.Sms namespace (www.opennetcf.org/sdf/) has code you can use
for this as long as Inbox or another app is using SMS.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
But there are only some send functions in OPENNETCF.

The main point is that I can read Async inbox but I don't know how to read
SMS inbox.
 
Back
Top