hi...
i used CLogEvent::Subject() which returns me only first 2 lines of the Message & CLogEvent:ata() which returns me symbols...
is der any other function to retreive full message body from CLogEvent?
Thanks
Nital
hi...
i used CLogEvent::Subject() which returns me only first 2 lines of the Message & CLogEvent:ata() which returns me symbols...
is der any other function to retreive full message body from CLogEvent?
Thanks
Nital
If you want to get the body of a message (ie an SMS or an email), then you are probably looking at the wrong api..
CMsvEntry::ReadStoreL() will return you a CMsvStore object which will point you to the store containing body text.
further, CMsvStore::RestoreBodyTextL() can be used to read the body text from that store.
hi...
thanks for the info...
till now i used CSmsClientMtm API