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
source
share