I need to show contacts in my application and make a connection with Instance Messaging application such as WahtsApp and the others, so I added this code to my application but I could not find the account type from it.
var contacts = await Device.Contacts.GetAll();
foreach (var contact in contacts)
{
// find contacts has connection with other applications
}