Get contact thumbnail
When I use Live Client Auth sdk I can get the thumbnail url for the current user. How can I get an equivalent thumbnail for a user's contact?
I know that the contact
one returned new ContactPicker().PickSingleContactAsync()
has a method GetThumbnailAsync
, but it returns a bitmap, and I would rather use a URL. Is it possible? Is there a way to get the pic profile for any custom email?
source to share
I know the contact is returned by a new ContactPicker (). PickSingleContactAsync () has a GetThumbnailAsync method, but this returns a bitmap and I would rather use a URL. Is that possible?
Not. See documentation http://msdn.microsoft.com/en-us/library/windows/apps/br224875.aspx
Is there a way to get the pic profile for any custom email?
Someone seems to have solved this. Check the answer at fooobar.com/questions/586370 / ...
source to share