Thank you to all that came out to see my Tampa Code Camp presentation.
SMS Backup 1 – using message interceptor to capture incoming SMS messages and save to SQL Compact DB.
Will be posted on: http://www.codeplex.com/SMSManager
For now get the VS 2005 Version here http://cid-153154d6f7d12177.skydrive.live.com/self.aspx/Presentations/SMS1.csproj.zip
A “How to” from MSDN on use of MessageInterceptor used in the demo:
http://msdn.microsoft.com/en-us/library/bb932385.aspx
To simulate SMS Messages and much more, use the Cell Emulator Setup Instructions:
http://msdn.microsoft.com/en-us/library/bb158502.aspx
Which is available in the Windows Mobile 6 SDK, available here: http://www.microsoft.com/downloads/details.aspx?familyid=06111A3A-A651-4745-88EF-3D48091A390B&displaylang=en
I also referred that because of no built in support to enumerate though the SMSMessage collection, there is a lower level access beyond the scope of this presentation. Here is the .NET wrapper for those calls, quite nice! [You will need C++ installed to look at the code, same project include a built .DLL though]
Alternate Open Source Library .NET MAPI is available here:
http://www.codeproject.com/KB/mobile/PocketPCandSmartphone.aspx?fid=477480&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=101
posted @ Sunday, December 07, 2008 9:15 PM