hi,
i am using the SMSExample and i wanted to know, how to remove automatically outgoing messages from the messaging application, while i am using the example program.
regards,
eugene
hi,
i am using the SMSExample and i wanted to know, how to remove automatically outgoing messages from the messaging application, while i am using the example program.
regards,
eugene
HandleSessionEventL gets notification about all kinds of actions happening inside the Message Server. And CMsvSession::RemoveEntry can delete a particular message. Actually you could have searched for something like delete outgoing SMS, then you would have found the downside of this approach too: there will be a notification, which can not be supressed.