does PPC2002 avail sms implementation at all? by preiya
preiya
Tue Jul 15 08:26:51 CDT 2003
>-----Original Message-----
>If any one has successfully implemented incoming sms
>detection by any method on a t-mobile, please respond.
>I've tried 3 different methods with no success.
>
>Thanks in advance
>Preiya
>
>.
>
Well I am totally stuck now so let me give the description
of the requirement. My application on a t-mobile, ppc 2002
needs to know if any sms has come and take actions
accordingly.basically whenever sms comes,conneciton with
the network gets broken and v need to reconnect.I've
failed with sim api and the mapi event notification(using
advise) method. Finally i tried to scan inbox (for sms
folder) and get the timestamp of the message when it gets
stored in the inbox.I used pr_creation_time which doesn't
give me any thing.I think this property is not at all
defined in CEMAPI.Last_modification_time is also of no use
as it updates the time as and when u read the message.
Any one with any idea is most welcome