Results 1 to 7 of 7

Thread: retrieving ALL emails from Outlook Address Book

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Posts
    83

    Wink retrieving ALL emails from Outlook Address Book

    Hi,
    I'm making an email client, and an important feature i'm trying to implement is the ability to import all email addresses from the MS Outlook address book.

    I am really hoping there is someone out there that is really intelligent, and knows alot about algorythems etc, as I'm sure it's encrypted in a file somewhere from security reasons.

    The reason I needed it done this way, is becuase I didn't want to use an OCX control.

    So just recapping, I need to retrieve ALL emails from the MS Outlook address book, not using an Active-X control, however some other method like API, or actually decrypting information from the registry, or a file.

    Thankyou for reading,
    Sphynx

  2. #2
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    Well you can export the Outlook address book as a txt, csv, mdb etc.
    In fact you can export the whole lot Inbox, Outbox etc. as them if you want!

    So importing it you just have to import the comma separated file into or the mdb!

    Try using the Outlook Object 9.0 reference and see if you can automate exporting from there.

    Good luck

  3. #3
    Addicted Member
    Join Date
    Jul 2001
    Location
    Germany, BW
    Posts
    157

    Exclamation viiiiiirrruuuuzzz

    hey, are u sure to prog a email-client and not a virruz ?? *hehe*

    *only joking*
    Old enough to know better,
    but young enough to don't give a ****!

  4. #4
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    Outlook exposes lots of functions by itself. Since the required files would already be installed, if Outlook is installed, you can use those. Search for "MAPI" in the forums, www.vbsquare.com & www.vbworld.net

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Posts
    83

    Thumbs down Re: viiiiiirrruuuuzzz

    Originally posted by [DBH]Longbow
    hey, are u sure to prog a email-client and not a virruz ?? *hehe*

    *only joking*
    No, becuase that would be lame..

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Posts
    83

    Wink Unable to locate "Outlook Object 9.0" control

    Thanks Beacon & amitabh,
    However unfortunately I can't seem to find the "Outlook Object 9.0" control within the "Insert Compontents" dialog, including the same text prefixed with "Microsoft".

    I have installed all available components under the category "Outlook" in the Microsoft Office Installer, however can not seem to find the Active-X control.

    Would you please be so kind as to tell me the file name of the "Outlook Object 9.0" control?

    Thankyou,
    Sphynx

  7. #7
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    did you look in the Project -> references... menu?
    -= a peet post =-

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