How do you access the contacts store (the contact list) within Windows Phone 7?
Thanks!
update: It seems that this might be available in the
There is a official Walkthrough at Microsoft especially for Mango Beta 2.
Windows Phone SDK 7.1 Beta 2 gives you read-only access to the user’s contact data, aggregated across the user's different accounts.
Only possible way to save new details to a contact is via the Launchers:
For read only you can use:
If you want to query the whole contact list, you will need LINQ.