I want to get ID of Contact List Application... Currently I am using class named PhoneNumberChooserTask
like Chooser Class but I get only Number, Name, FullName. etc.. but how to get ID of that contact?
Yes It is possible,
Contact c = new Contact();
var Id = c.GetHashCode(); //gives the Id property value.