Hi All , 
  i am building a application where i am trapping SMS
messages by using exchange manager..

 error = ExgRegisterDatatype ( appFileCreator,
exgRegExtensionID,kSmsMessageRegExtensionType
,kSmsScheme , 0 );

        if (error != 0)
        {
                FrmCustomAlert (1000 , "Register failed" , NULL ,
NULL ) ;
        }
        error = ExgSetDefaultApplication ( appFileCreator, 
exgRegExtensionID,kSmsMessageRegExtensionType );


but now i am facing two problems ...

1. by using this code i can receive SMS( only message
text) , but then  how can i find out the continuation
between two incoming messages ....
  for e.g if i know that the incoming message is of
length 200 . Since it is coming over SMS , it will
split into two messages , and i will recive 2 SMS ...
but then how to get the incomplete message bit for 1st
message , so that i can wait for next message ..

2. I want to know , where exactly all SMS store .. in
which database ...and whats the structure for it ...
so that after knowing the structure i can put it into
that database...
my requirement it that , my appliaction should receive
only those SMS which starts with particular prefix
....
for other messages i should ignore it and save it into
the SMS database ,so that SMS messanger can use it and
show all those messages...

Can anybody will help me in this matter ???
any small clue will be welcome...

its very argent

Regards , 
Geeta More 


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to