Using Windows.ApplicationModel.Contacts.ContactManager and ContactStore I can read all or search for contacts (People) with FindContactAsync(...). On some records I have only Nickname field set under Name (in People/phonebook) group. They are returned when I search for their Nickname but all Name related fields from Contact instance are string empty. I couldn't find any nickname field on that type either.
Is there any way to get the contact Nickname on Windows Phone 8.1 (NOT Silverlight)?