Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C#

.NET vCard API for creating and parsing vCards

4.78/5 (29 votes)
22 Jun 2007 3   12.7K  
This article discusses how to create and parse vCards using a .NET vCard API

Screenshot - NET_vCard_API.gif

Introduction

Here I will discuss a .NET vCard API for creating and parsing vCards. Basically, a vCard is an electronic business card that can store such elements as Name, Phones, Photo, Emails, etc. This article assumes that you already have a little knowledge about vCard. If not, then for detailed information about vCard see RFC 2426. There is nothing more to tell you. Just get started by launching the vCard viewer application. I have made a well-commented and clear example application that is available for download at the top of this article. I hope that you don't need any more. vCard code is part of the LumiSoft.Net library. The LumiSoft.Net.Mime.vCard namespace contains all vCard related classes. You can get latest here and join in discussions on the forum.

History

  • 18 October, 2006 -- Original version posted
  • 22 June, 2007 -- Article edited and moved to the main CodeProject.com article base

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here