Read-only archive of the All About Symbian forum (2001–2013) · About this archive

Read saved MMS message

1 replies · 3,493 views · Started 18 August 2003

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.