How to read SMS Messages

  • Thread starter Thread starter Sandra Mutti
  • Start date Start date
S

Sandra Mutti

Hi,
Is there somebody who can teach me how to read SMS Messages on my PPC (Qtek
S200) WM 5. For one project I should analyse all SMS messages in search for
a keywords, but I don't know where and in what format are SMS stored on PPC.
Thanks for any help.
Sandra
 
There are two approaches, if you want to react to an incoming SMS as it
arrives you can create and register a custom IMailRuleClient (COM) in native
code, or use the
Microsoft.WindowsMobile.PocketOutlook.MessageInterception.MessageInterceptor
in managed code. The other approach is to read existing messages already on
the device, and that required using MAPI - either native code or using a
third-party wrapper.

Peter
 
Peter said:
There are two approaches, if you want to react to an incoming SMS as it
arrives you can create and register a custom IMailRuleClient (COM) in native
code, or use the
Microsoft.WindowsMobile.PocketOutlook.MessageInterception.MessageInterceptor
in managed code. The other approach is to read existing messages already on
the device, and that required using MAPI - either native code or using a
third-party wrapper.

Peter

InTheHand offers such a product (not free)
http://www.inthehand.com/WindowsMobile.aspx

And OpenNetCF can read the messages as long as they are stored on the
SIM card
http://www.opennetcf.org/CategoryView.aspx?category=Home

Microsoft also has a few samples available that should help you
http://www.netscum.dk/downloads/det...D4-DB7C-4A7D-A323-53BBDBBE0420&displaylang=en
 
Hallo Peter, hallo Jesse,
Thanks for helping me. I hope i'w got enough imput to start!
Sandra
 
Back
Top