c# 4.0 - Display a contact using storagekind.phone -


i want display phone contact only,using storagekind.phone. because retrieve contact using filterkind but, need storagekind only. me plz

look if want use storagekind have go accounts class of using microsoft.phone.userdata; this...

account accounttype = new account(); storagekind strgkind = storagekind.phone;  accounttype.kind = strgkind; 

hope helps you..


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -