Add contaclist to aWindows 8 Metro

I am building a Windows 8 Metro application with C #

In the application, you can search for people in the phone book. Is it possible to add the found contact to the user contact list?

I know that you can view contacts using Windows.ApplicationModel.Contacts.Provider, but I don’t see how you can add a contact.

thanks for the help

+5
source share
1 answer

. ContactPickerUI.AddContact. , . , Contact Picker. Contact .

+7

All Articles