pop3 password2

  • Thread starter Thread starter Kevin Beyers
  • Start date Start date
K

Kevin Beyers

Hello Everyone. I am in the process of writing an Internet connection wizard
program for the company I am working for. At present, I have all the pieces
together beside the part of setting the email account password for outlook.
If anyone have any ideas that could help. Please let me know

Currently I have found the following info

HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager\Accounts\00000007

(.Is just the outlook account index. It increment each time a account is
added)

Value 4

Name: POP3 Password2

Type: REG_BINARY

Data:

00000000 01 02 6d 00 61 00 69 00 - 6c 00 2e 00 72 00 65 00 ..m.a.i.l...r.e.

00000010 61 00 63 00 68 00 6d 00 - 65 00 2e 00 6e 00 65 00 a.c.h.m.e...n.e.

00000020 74 00 37 00 37 00 38 00 - 33 00 42 00 39 00 35 00 t.7.7.8.3.B.9.5.

00000030 30 00 00 00 0...

the password that I set through outlook account manager is youknow.

And yes, that email account password has been change since then

If anyone could help me in finding a crypt or crack. You have just made a
new friend





Kevin

P.S code samples doesn't have to be in any 1 language. I am pretty well
verse in most major ones
 
Kevin,

What about using Outlook COM automation to configure an account? I'd say it
is not a good idea to rely on the raw data format that can be different for
older or newer versions of Outlook.
 
I haven't be able to track down any Outlook COM automation componets
that will create the account so far. If you know of any. Please post

Kevin Beyers
 
Back
Top