Does anyone know of a good sample (inline in reply, or web tutorial) for extracting data from a VCF file using C#/.NET?
Does anyone use VCF files anymore? Is this even worth doing for a contact management system?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m a little surprised that this isn’t built into the .NET Framework anywhere, but I did find this tutorial, which I plan to use:
.NET VCF Reader