Hi!
Can somebody help me? Can I take access to phone SIM using Windows Phone SDK 7.1?
Hi!
Can somebody help me? Can I take access to phone SIM using Windows Phone SDK 7.1?
If you are looking to get contacts from SIM then it is available as a read only operation only. You may check http://msdn.microsoft.com/en-us/libr...=vs.92%29.aspx
Thank's. Can I add contact data to SIM or into Phone contact list?
Hello!
You can't access the phone SIM directly.
All you can do is access to the phone contact list using the namespace microsoft.phone.userdata and performing a query across contacts. You can take a look to the official msdn page for doing this here
Also you can use the SaveContactTask to add a new contact to the phone contacts, as this is a Launcher, you can prepare all information regarding the contact but the final decision to save it is for the user. You cant add automatically a contact without user.
Thank you very much for exact explanation!
Last edited by HellStranger; 2012-02-21 at 08:57.