在 WP7 中编辑联系人信息
最近在我的国家(埃及)他们决定编辑电话号码前缀,为每个手机前缀添加一个额外的号码(例如 011->0111 )
我想制作一个应用程序来以编程方式为我处理该编辑
我知道我可以一一检索联系人信息,并且可以通过电话任务(电话号码选择器任务和电话号码保存任务)将新信息保存到某个联系人......
到目前为止,我最好的办法是让用户通过以下方式一一选择联系人一个,对于每一个我添加一个额外的电话号码,该号码是新号码,但无法删除旧号码,也无法循环遍历所有联系人。
有没有办法以编程方式做到这一点?
Recently in my Country (Egypt) They decided to edit the phone numbers prefix to add an extra number to each cell phone prefix (ex. 011->0111 )
I want to make an application that will handle that editing programmatically for me
I know I can retrieve contacts info one by one and I can save new info to a certain contact through the phone tasks (phone number chooser task and phone number save task)...
till now my best shot is to make the user choose contacts one by one and for each one I add an extra phone number which is the new number, but cannot delete the old one, and cannot loop through all contacts.
is there's a way to programmatically do that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有。您最好通过 Windows Live 或 Google 帐户导出所有联系人,然后从那里进行编辑。
Google 可以导出到 Microsoft Excel 文档,您可以轻松地在其中进行搜索和替换。(或 CSV)
No, there is not. You're better off to export all your contacts though Windows Live or your Google Account, and edit it from there.
Google can export to a Microsoft Excel document, that you could easily do search&replace in. (Or CSV)