About delete SMS message

  • Thread starter Thread starter cfyam
  • Start date Start date
C

cfyam

How can I delete the specified sms message in Mobile 5.0 C# app? SMSMessage
class don't support that method!
 
The Windows Mobile 5.0 managed libraries only support sending SMS messages.
You would either need to interop with the CEMAPI functionality on the
device, or use a third-party library.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top