Click here to Skip to main content
15,891,925 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i disply contacts using vCard in sharepoint 2007 webprts in webpartpage
Posted

1 solution

There is nothing builtin to SharePoint that is specific to vCards. You would need to create the code to read the vCard data and display it.

These show how to read a vCard.
vCard Reader with Lightweight Approach[^]
vCard Parser with Lightweight Approach II[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900