Looking for a way to create a vCard from outlook contacts using C#
Posted
by JimDel
on Stack Overflow
See other posts from Stack Overflow
or by JimDel
Published on 2010-04-26T15:41:08Z
Indexed on
2010/04/26
15:43 UTC
Read the original article
Hit count: 235
I'm looking for a way to create a vCards from Outlook Contacts. Ive seen plenty of examples of how to do the reverse, but that's not what i want. I believe it will involve either the OpenSharedItem method or the OpenSharedFolder method but I havent seen any examples of how to implement this. Does anyone know of where I might find a sample or two? My end goal is to output all my Contacts as vCards to a folder.
© Stack Overflow or respective owner