October 2007 Entries

Export to vCard from .NET (VB.NET)

Hi all - So was poking around a few weeks ago and couldn't find any code that'll allow me to export data to vcard...The class would require a little modification to utilize, but should get you 90% of the way there Partial Class vCardExport Inherits System.Web.UI.Page Private Const nameFirst As String = "FirstName" Private Const nameLast As String = "LastName" Private Const nameMiddle As String = "MiddleName" Private Const nameTitle As String = "Mr" Private Const email As String = "firstname.lastname@domain....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Twitter