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
 
Back
Top