Creating vCard file in .NET Compact Framework (C#)
        Posted  
        
            by Will
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Will
        
        
        
        Published on 2010-04-29T15:32:52Z
        Indexed on 
            2010/04/29
            15:37 UTC
        
        
        Read the original article
        Hit count: 293
        
Hi,
Is there a built-in way to create vCard files in the .NET Compact Framework? If not, what is a good library for this?
I have found this one which after some adaptations would seems to be able to do the job on the Compact Framework: http://thoughtproject.com/Libraries/vCard/index.htm
But I'm not sure if there is not a build-in or more standard way to do it.
Regards, Will
© Stack Overflow or respective owner