How can I convert .pst format to .vcf format?

  • Thread starter Thread starter Lin xi
  • Start date Start date
L

Lin xi

Hi:
I have a question.How can I convert .pst format to .vcf format? or How can
I export
Outlook's .pst format to .vcf format?
 
You can't. A PST file is a container that has emails, contacts,
appointments, etc. It has nothing to do with VCF items which are contacts
saved in a specified text format.
 
You would need to open the PST file using Namespace.AddStore, loop through
the folders and items in that store, and call ContactItem.SaveAs ...,
olVCard for the contacts that you want to save.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top