Receiving SMS in Smartphone App

  • Thread starter Thread starter henkya
  • Start date Start date
H

henkya

I tried running the sample code in msdn

"Receiving SMS Message inside manage application"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfsendsms.asp

in my smartphone..

everything compiles, and I managed to get pass the DLLRegisterServer

but somehow the sms message doesn't get intercepted. I sent out couple
test messages starting with zzz and it still end up in my inbox.

Does anybody have the same issue when trying to run the code on
Smartphone??

Anybody have any idea on the workaround? I need to have an app that can
receive sms message
 
One additional note:
I checked the registry on the my phone and both the registry entry that
was supposed to be created the one on CLSID and under Microsoft\Inbox
are there.....

so I am just wondering if there's anything that I need to change???
 
Back
Top