C cfyam Feb 15, 2006 #1 How can I delete the specified sms message in Mobile 5.0 C# app? SMSMessage class don't support that method!
How can I delete the specified sms message in Mobile 5.0 C# app? SMSMessage class don't support that method!
P Peter Foot [MVP] Feb 15, 2006 #2 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
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