Get Phonebook Entries from Pocket PC Phone

  • Thread starter Thread starter jason.yfho
  • Start date Start date
J

jason.yfho

Hi All,

I am developing an application in CF1 that can allow user to choose
telephone number and name pairs from the Pocket PC Phone.

I know there is example in msdn about SIM API:
http://msdn2.microsoft.com/en-us/library/aa446543.aspx

However, that example is not about getting phonebook entries.

Are there any complete sample code that can retrieve phonebook
entries? I searched newgroups and web for a long while, but these is
still no complete example.

Thank you so much!

Rgds,
Jason
 
You need to use POOM (Pocket Outlook Object Model) which you need to wrap or
buy a third-party wrapper (such as www.inthehand.com/WindowsMobile.aspx) for
devices prior to Windows Mobile 5.0. For Windows Mobile 5.0 you can use the
Microsoft.WindowsMobile.PocketOutlook namespace.

Peter
 
Back
Top