Reputation: 1175
Is there a way of retrieving the contact list from Win Phone 8 like it happens in Android. Basically i need to implement an SMS sending feature from inside the application and for it to happen, i need to show the users existing contacts. using C# +XAML +WP8.
Upvotes: 1
Views: 93
Reputation: 2696
This MSDN post details in length how to search/access contact details from the phone: http://msdn.microsoft.com/en-us/library/hh286416%28v=vs.92%29.aspx
Upvotes: 0
Reputation: 40018
There is sample on msdn for contact and calender
And here is the walk through for accessing contacts and calender
Upvotes: 1