Page 1 of 1

backing up out look email and restore .

Posted: Mon Oct 11, 2004 7:04 am
by Rebe
Just wonder if anyone has anything like that in code or how to go about it .
The one folder is all in numbers so not sure how would you go about it .
This is the one folder .
{83EA8F37-FA6B-476A-BC29-E853133CD2E4} (number changes for each account)

Re: backing up out look email and restore .

Posted: Tue Oct 12, 2004 4:07 am
by ColBoy
Rebe wrote:Just wonder if anyone has anything like that in code or how to go about it .
The one folder is all in numbers so not sure how would you go about it .
This is the one folder .
{83EA8F37-FA6B-476A-BC29-E853133CD2E4} (number changes for each account)
The numbers are stored in the registry under
HKEY_CURRENT_USER\IDENTITIES this will give you the folder for each identity. The folders are usually found under
c:\Documents and Settings\Owner\Local Settings\Application Data\Identities
where Owner is the logged in user.

Colin