Need a help regarding sms handling in pocket pc

  • Thread starter Thread starter smartslack
  • Start date Start date
S

smartslack

HI !!

I need the help in one of my current project which is about to finishe.
I'm using C# .net for the device pocketpc 2002. In my application I
need to handle an sms. Can anyone give me the logic or technique how
can I handle it. my requirement is:
when my application is not running and suddenly sms comes which will be
in a particular port. How can my application gets activate on
realization of sms... In other clear world is there anything like
Push-Registry in J2me in our C# compact frame work environment..

thanks in advance

Regards

Navin Salunke
 
IMailRuleClient was introduced with Windows Mobile 2003. For an older
version of device you will probably need to regularly poll the SMS Inbox
folder via MAPI to detect new messages - this is neither an efficient nor
elegant solution but sadly the only option without killing the built in SMS
support and opening the SMS API with read permissions - and you'll still
need to poll for new messages even with that technique.

Are you sure it is a 2002 device - Pocket PC Phone devices running PPC2002
are very rare.

Peter
 
Back
Top