Can I access the contacts list inside a VB.NET program.

  • Thread starter Thread starter JamesL
  • Start date Start date
J

JamesL

Is there a way to access the contacts list inside a VB.NET program. I do
not want to display the list in it's native environment however. I am
looking to display just the names in my own Vb form.

James Lysaght
 
In CF 1.0 (VS2003) you need to use a managed POOM wrapper. One is available
either from InTheHand.com or from MSDN downloads.
In CF 2.0 you can import the appropriate type library and use COM interop to
call directly into POOM objects
 
Back
Top