Editing Contacts info in WP7

我的未来我决定 提交于 2020-01-25 06:39:35

问题


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 ?


回答1:


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)



来源:https://stackoverflow.com/questions/7663304/editing-contacts-info-in-wp7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!