Closed Thread Icon

Preserved Topic: Help with Outlook (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=16935" title="Pages that link to Preserved Topic: Help with Outlook (Page 1 of 1)" rel="nofollow" >Preserved Topic: Help with Outlook <span class="small">(Page 1 of 1)</span>\

 
delphi
Bipolar (III) Inmate

From: Iceland
Insane since: May 2000

posted posted 08-15-2002 13:14

Hi. I was not sure where to post this so...
Does anyone know how Microsoft Outlook stores it´s email addresses? Could it be in some .ini file or something. What I´m trying to do is finding an easy way to export all email addresses from outlook to a temp file. This has to be done on the fly

- delphi

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 08-15-2002 13:31

you mean your adress book?
afaik, there is such an option in outlook itself!

delphi
Bipolar (III) Inmate

From: Iceland
Insane since: May 2000

posted posted 08-15-2002 13:38

yes but it has to be done automaticly. I´m writing a program that would use my address book.

viol
Maniac (V) Inmate

From: Charles River
Insane since: May 2002

posted posted 08-15-2002 17:20

I don't know HOW Outlook stores the email addresses but I know WHERE. They are stored in a file named user.wab, where user is the name of the user, obviously (the one logged on). You can find these files in Documents and Settings\user\Application Data\Microsoft\Address Book\ folder. Open the Address Book (Tools/Address Book...) and click Help/About to know the exact location. I'm talking about WinXP but Win2k should be similar. Win98/ME also store them in a .wab file.

synax
Maniac (V) Inmate

From: Cell 666
Insane since: Mar 2002

posted posted 08-15-2002 17:25

Just ask someone who writes self-spreading viruses...wait a second




[This message has been edited by synax (edited 08-15-2002).]

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 08-15-2002 17:38

If you're using Outlook 2000 or later, addresses are stored in the Contacts folder of the mailbox. If you're using Outlook in a stand-alone POP3 fashion, your mailbox is part of the .pst database file.

If you're on a corporate network, then your mailbox is part of the database on the mail server.

If you're using a version prior to 2000, then the Personal Address Book file (.pab) is what you're after.

For more information, check out Sue Mosher's outstanding site at http://www.slipstick.com. It's considered THE site on Outlook.



[This message has been edited by Pugzly (edited 08-15-2002).]

Opium
Bipolar (III) Inmate

From: your wardrobe
Insane since: Jun 2002

posted posted 08-15-2002 20:12

I upgraded my IE to version 6.0 (outlook express upgrade comes with it) and after the upgrade, my outlook didn't work, but my IE is working. Anyone know what it can be?

~Opium

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 08-15-2002 20:15

You mention upgrading along with Outlook Express, but you say Outlook is not working. The full version of Outlook? Or Outlook Express? Two vastly seperate programs.

Opium
Bipolar (III) Inmate

From: your wardrobe
Insane since: Jun 2002

posted posted 08-15-2002 20:58

Outlook Express

~Opium

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 08-15-2002 23:36

Well, now your talking a different beast.
http://www.slipstick.com/outlook/olexpr.htm might help.

viol
Maniac (V) Inmate

From: Charles River
Insane since: May 2002

posted posted 08-16-2002 01:36

I'm so used to using Outlook Express and NOT using Outlook that, when I read the first message, I thought it was about OE. Oops, my mistake.

lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 08-16-2002 09:22

delphi, they are stored in *.wab files (Windows Address Book).
use window's find tool to locate it and then open it and export it to CSV files...

as for doing that programmatically there must be a ready made component or a document on the WAB file format.




someoneInverse
Bipolar (III) Inmate

From:
Insane since: May 2002

posted posted 08-16-2002 10:35

I dont know exaclty what you're trying to do delphi, but I think that you'll probably be best looking into mapi, which will enable you to open the contacts folder and loop through its contents

hth
I:.

delphi
Bipolar (III) Inmate

From: Iceland
Insane since: May 2000

posted posted 08-16-2002 13:19

hey thanx guys this will help alot

« BackwardsOnwards »

Show Forum Drop Down Menu