I use skype.set_Profile(string Properties, string Pval) in order to upgrade the profile. For all the text field it's working (fullname, province, city, website, phone, about, mood) but for all the others, I don't know how to do.
By example, skype.currentUserProfile.country returns a string "fr France" but when I do skype.set_Profile("Country","fr France") it doesn't work. ( Error => invalid property value given )
Someone knows which "structure , format" I have to use in my string to upgrade the field Country and the others fields "Language", "Sex", "Birthday"
Thanks in advance
Edit : arf apparently it doesn't work for the phone number too : /
Edit : it works with phone number, my mistake. But i don't success in doing work for the country and language... an idea from here ? ==> https://developer.skype.com/Docs/ApiDoc/PROFILE_object plz help