Hi,
I am trying to intercept deletion of a message on EMsvEntriesDeleted. This works fine but I am unable to read the entry that just got deleted (i.e) neither iSmsMtm->SwitchCurrentEntry(deletedEntry) nor iInboxEntry->SetEntryL(deletedEntry) seem to work.
It does make sense, 'cos the entry is already deleted at that point. Does anyone know how I can intercept messages getting deleted? All I need is the contents of the message getting deleted. I do not want to cancel the deletion and so on.



