[RS3:1709] [WPSL]获取Windows Phone联系人时缺少电子邮件地址和电话号码 [英] [RS3:1709][WPSL]Missing email addresses and phone numbers when fetching Windows Phone contacts

查看:98
本文介绍了[RS3:1709] [WPSL]获取Windows Phone联系人时缺少电子邮件地址和电话号码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用WP 8.1 Silverlight应用程序在Windows 10 Mobile(10.0.15254.1)版本1709上获取手机通讯录时,联系人的电话号码和电子邮件地址分别为NULL。

When fetching phone contacts on Windows 10 Mobile (10.0.15254.1) Version 1709 using the WP 8.1 Silverlight app, the contacts' phone numbers and email addresses are missing, respectively NULL.

使用Microsoft.Phone.UserData;

using Microsoft.Phone.UserData;

联系人cons = new Contacts();

cons.SearchCompleted + = new EventHandler< ContactsSearchEventArgs>(Contacts_SearchCompleted) ;
$
cons.SearchAsync(String.Empty,FilterKind.None," Retrieve Contacts");

...

Contacts cons = new Contacts();
cons.SearchCompleted += new EventHandler<ContactsSearchEventArgs>(Contacts_SearchCompleted);
cons.SearchAsync(String.Empty, FilterKind.None, "Retrieve Contacts");
...

推荐答案

你好,mterme,

Hi mterme,

你可以试试吗?重新启动手机并再次测试?它是特定的设备,是否在其他设备上运行良好?我在我身边测试它,它在我的设备中运行良好,具有相同的操作系统版本和构建。如果没有电话号码,它将返回
0但不为空。此外,你有一些错误信息吗?你可以通过提供更多细节帮我复制吗?

Could you try to restart your phone and test it again? Is it the specific device and whether it works well in other devices? I test it in my side, it works well in my device with the same OS version and build. If there is no the phone number, it will return 0 but not null. Besides, do you get some error info? Can you help me reproduce it by providing more details?

祝你好运,

Breeze


这篇关于[RS3:1709] [WPSL]获取Windows Phone联系人时缺少电子邮件地址和电话号码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆