well i used following code
CRepository* cRepository = CRepository::NewLC( KCRUidLogs);
TInt num;
User::LeaveIfError( cRepository->Get( KLogsNewMissedCalls, num ) );
RDebug::Printf("Number of misscals=%d", num);
for getting missed calls count when user asks for number of missed calls...
Is there any similar code for new message?
I checked wiki and other things,but all are implemented through active object and hence difficult to implement.
I wish to simply check new message count when user asks for it.

Reply With Quote

