I would like to know about how to get the sms content, if my sms is a BIO message. I have been try to use the remote cam example to read the sms body but i can't ..........i would like some expert can help me to solve this problem as i have been read many many things but shit.
Thank U for your read.
in HandleSessionEventL()-Function after iMtm->SwitchCurrentEntryL(*parent); line and before iMtm->Entry().DeleteL( entries->At(i) ); line, (i.e. between them).
Try adding
iMtm->LoadMessageL();
and then using iMtm->Body(); should give you access to the body of the message.