Hi,
I am able to read the incoming SMS body. After reading the body, i want the status of SMS to change to "Read".
I tried
CMsvEntry* serverEntry = iSession->GetEntryL( iMsvId );
CleanupStack::PushL( serverEntry );
TMsvEntry entry( serverEntry->Entry() );
entry.SetUnread(EFalse);
but this doesnot work. Can anyone help?
Thanks in advance



