|
|
Can we filter the contacts being displayed in People app? For example, if I've configured multiple account like Live,Facebook,Gmail ,But I want to get only my Live Contacts in ContactPicker Control in my current app. Is this is possible ?
Can we filter the contacts being displayed in People app? For example, if I've configured multiple account like Live,Facebook,Gmail ,But I want to get only my Live Contacts in ContactPicker Control in my current app. Is this is possible ?
I forgot to mention that i am using C# and WPF (Not Javascript+HTML)
You need to use window.toStaticHTML() on the HTML before setting the innerHTML: element.innerHT ML = window.toStatic HTML("<div class='contact' ><input id='" + sampleContact.i d + "' value='" + index + "' type='checkbox' />" + "<label for='" + sampleContact.i d + "' >" + sampleContact.n ame + "</label></div> ");
I'm logged with my msn account in windows release preview and I'm connected to internet. When I select people application, it shows me the contacts and when I select one the GetThumbnailAsync returns a stream with size 0.That didn't happen in previous version... any ideas?