PDA

Click to See Complete Forum and Search --> : [RESOLVED] How to retreive data from Outlook?


Kasracer
Mar 24th, 2006, 04:28 AM
I am not sure where to start with this. I would like to create an automated tool to basically backup Outlook settings and other data and store it so I can load it on different setups later.

I need to gather the Accounts in Outlook, the Rules, all the E-Mail, and the different folders setup for e-mail (such as Index, Sent Box, etc... and custom folders).

Does anyone know where this data is stored or if there is an easy way to accomplish this?

Thanks

jamielawjen
Mar 24th, 2006, 09:14 AM
this is all stored in the outlook pst file, well the mails are for sure

im not to sure about the contacts etc,

jamie

RobDog888
Mar 24th, 2006, 10:21 AM
All email, contact, appointment, tasks, etc. are stored in the pst file ONLY if you are not running in an Exchange Server environment.

C:\Documents and Settings\UserName\Local Settings\Application Data\Microsoft\Outlook

Other info is stored in the .otm file (VBA Macro code)...
C:\Documents and Settings\UserName\Application Data\Microsoft\Outlook
There is an xml file in there too for Outlook 2003 that stores the wunderbar data between runs. Also, many other files like .dat etc. Not sure if they can be deployed to other systems.

The utility you cwant to search for is the Profile Manager, I think its called, that helps to deploy profiles and accounts across other systems.

Kasracer
Mar 24th, 2006, 05:15 PM
Do those same files include account settings and rules?

RobDog888
Mar 24th, 2006, 06:13 PM
I can only assume so because some of the binary files. Also, they are probably machine specific so if you copy them over to another machine they may not work.

Kasracer
Mar 25th, 2006, 12:36 AM
I can only assume so because some of the binary files. Also, they are probably machine specific so if you copy them over to another machine they may not work.
Thanks.

I installed an application that automatically backups Outlook settings/messages and looked at it's log. It also takes several items from the Registry.

I'll have to look into this further. Thanks!

RobDog888
Mar 25th, 2006, 06:46 AM
pcolor=navy]What program are you using?[/color]

Kasracer
Mar 25th, 2006, 11:19 PM
Outlook Backup (http://www.backsettings.com/backup-outlook.html)

RobDog888
Mar 26th, 2006, 03:55 AM
It doesnt say anything about Outlook Profiles?

Kasracer
Mar 26th, 2006, 07:35 PM
It doesnt say anything about Outlook Profiles?
Huh? I thought your profile comprised of the pst file and whatever else contained your data.

RobDog888
Mar 26th, 2006, 08:23 PM
You can also has multiple Outlook logon profiles like "Home", "Work", or whatever you want to do to create different configuration profiles.

Go to your Control Panel > Mail > Show Profiles... > Add (to create another profile) or Properties... to manage etc.