It is possible retrieve a contact (instance of Contact class) from contact ID's?
I would serialize a contact ID and when I deserialize, search contact from its ID. Then obtain its Thumbnail.
I am using this code:
ContactStore contactStore = await ContactManager.RequestStoreAsync();
Contact contact = await contactStore.GetContactAsync(id);
But don't work on Windows 8.1...
CP http://ift.tt/1lWCzDC
No comments:
Post a Comment