views:

116

answers:

1

Hello,

In a C# application, I want to get a list of the all the contacts of the mobile phone.

I have no idea if there is a class that exists already to do it out-of-the-box. If not, I would like how to access those information.

+3  A: 

You need to use the POOM.

David Kemp