Sms and sim storage

Login to reply to this topic.
Thu, 2007-05-17 15:12
Joined: 2005-03-30
Forum posts: 206
hi,



how can i read sms messages  that are stored in SIM?
is it possible to use a CMSvEntrySelection to get all messages from SIM?


Thanks

guda


Mon, 2007-06-18 07:40
Joined: 2004-09-06
Forum posts: 235
Re: Sms and sim storage
Nope, CMSvEntrySelection cannot be used to read SMSes stored on SIM.

I am not sure whether you can access SIM content directly.

See if the following APIs are of any use,
CSmsClientMtm::InvokeAsyncFunctionL
CSmsClientMtm::ReadSimParamsL
CSmsClientMtm::WriteSimParamsL

I have never tried them myself though.

-Vink
  • Login to reply to this topic.