Hi All,
I am new to symbian ...
I am doing sms porject.....
I am able to send message by entering phone number manually.....
now i want to receive message (read inbox message..)
I copied the smshandler code and the link is listed below
http://wiki.forum.nokia.com/index.ph...e_Phone_Number
i copied the readinbox and writetofile function in smshandler.cpp
and i changed smshandler.h file to.
and I calling that function like below...
void CSMS_Msg::ShowMessage()
{
iSmsHandler->ReadInbox();
}
in DOACTIVATE function i called show message..
iSMS_Msg->ShowMessage();
i am able to compile and run the code ..
but its not retriveing message ..
what to do please help me regarding this....





