CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2000
    Posts
    14

    Outlook vCard/vCalendar

    I am looking for a way to programtically save address book to several vCard files from Microsoft Outlook. If you know, please advise how to do it.

    Thanks.

    cw



  2. #2
    Join Date
    Mar 2001
    Location
    Albuquerque, NM
    Posts
    12

    Re: Outlook vCard/vCalendar

    vCards are actually a very simply formatted text file. Export a contact from Outlook Express to a vCard, and then open it with a text editor ( such as Notepad). You will see its format.

    Do you need to know how to extract the data fields from the WAB (Windows Address Book)?

    Geno


  3. #3
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Re: Outlook vCard/vCalendar

    If you use the help provided with VC to search it for vCard you will get help.


    ****************************************************************************************************
    Ratings are unimportant but follow-up is. Try to somehow let the helper and the worldwide community know what works.
    http://www.cpp.atfreeweb.com
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured