Sandra Fulek wrote:
> Hi,
> Is there somebody who can teach me how to read SMS with VB.NET on my PPC
> (Qtek 200).
> Thanks for any help.
>
> Sandra
>
>
There are a couple of options, but they all involve adding some extra
libraries to your application. Just pick one from the following:
A wrapper for the POOM object model from MS:
http://thesource.ofallevil.com/downl...displaylang=en
There are also a couple of 3rd party libraries that should help:
http://www.inthehand.com/WindowsMobile.aspx (see
InTheHand.WindowsMobile.PocketOutlook.MessageFolde r)
http://www.opennetcf.org/library/ (see OpenNetCF.Phone.Sim.MessageStorage)
I don't have a complete sample with VB code, but this should get you
started.
Jesse Houwing