Send SMS on Pocket PC 2000 with .NET Compact Framework

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

Hi,
I am building a basic SMS application for Pocket PC 2000 with Mobile
support. This version does not support the "SMS.DLL"! I did find some help
in MSDN but not a sample source code.
Could any one provide me with useful links, sample code or any thing?
Adam Tibi
 
There are no SMS APIs in Pocket PC 2000 and Sms.dll is only for Pocket PC
2002/2003 Phone Edition where the phone hardware is built into the device.
You should be able to send SMSs via an external phone using GSM standard AT
codes over a serial connection, and potentially use the same method on early
phone integrated devices such as the Trium Mondo.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
Back
Top