Anybody ever creat CMmsClientMessage, please give me some help.
I would like to read for saved MMS message or received MMS message in P800.
I had got the EntryId successfully.
But I can not new a CMmsClientMessage for the MMS message.
P800 show "not found" errors.
I use follow statement to new the class:
CMmsClientMessage* mmsClientMessage = CMmsClientMessage::NewL(*iMsvSession, aEntryId);
look for your help, thanks.