Hi Team,
We are using the following code for getting all the data from v-card
MapiContact contact1 = MapiContact.FromVCard(fileName);
But it is giving me all the blank data e.g. givenname/displayname/surname/email etc
Is there any other solution of getting the data from .vcf file?