473,513 Members | 2,654 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Outlook Express Registry Help

Jon
Hello all,

Trying to write an application for my workplace that requires us to
setup an email account in Outlook Express. At this time, the app sets
the account up, enters a username, sets the 'remember password'
selection, however I cannot seem to figure out how to store the actual
password.

I have researched for many hours now, and am at a loss. I have found
that the password is actually stored in the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager\Accounts\000000x (x=account incrementer)\Pop3 Password2

So, while I can write the key for the Pop3 Password2, it stores nothing
but garbage data, and my users are still forced to enter the password
manually before it is saved.

Does anyone have any experience and/or advice for me in this realm?
Google hasn't been much help, and I'm at a loss. Thank you in advance.
Jul 23 '05 #1
9 2352
Jon wrote:
Trying to write an application for my workplace that requires us to
setup an email account in Outlook Express. [...]

Does anyone have any experience and/or advice for me in this realm?


Somebody in one of 'microsoft.public.*' newsgroups must...
Jul 23 '05 #2
Jon wrote:
Trying to write an application for my workplace that requires us to
setup an email account in Outlook Express.


If the requirement is to send an e-mail, google for Blat, and call it with
system("").

Otherwise, you are asking the wrong newsgroup a non-C++ question about an
undocumentable interface in a vendor-specific system for a
security-sensitive feature using a notoriously fragile Registry.

Danger, Will Robinson!

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand

Jul 23 '05 #3
Jon
Phlip wrote:
Jon wrote:

Trying to write an application for my workplace that requires us to
setup an email account in Outlook Express.

If the requirement is to send an e-mail, google for Blat, and call it with
system("").

Otherwise, you are asking the wrong newsgroup a non-C++ question about an
undocumentable interface in a vendor-specific system for a
security-sensitive feature using a notoriously fragile Registry.

Danger, Will Robinson!


I just wasn't sure where to post it - The Application I have is written
in C++, so it's a half-C++, half-Microsoft thing at this point. I'm at a
loss.
Jul 23 '05 #4
"Jon" <jo***@netins.net> wrote in message
news:db**********@news.netins.net

I just wasn't sure where to post it - The Application I have is
written in C++, so it's a half-C++, half-Microsoft thing at this
point. I'm at a loss.


Half C++, half-Microsoft questions belong in the Microsoft newsgroups. I
suggest you go to

microsoft.public.vc.language

If they can't help you, they can probably direct you to somewhere that can.

--
John Carson

Jul 23 '05 #5
Jon wrote:
I just wasn't sure where to post it - The Application I have is written
in C++, so it's a half-C++, half-Microsoft thing at this point. I'm at a
loss.


And the 3.7 billion newsgroups on MS's news server can't help??

Please please please use Blat.exe. Writing a SNMP user agent from scratch is
simpler than hacking Outlook...

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand
Jul 23 '05 #6
Jon
Posted there, thanks a ton for the direction :)

John Carson wrote:
"Jon" <jo***@netins.net> wrote in message
news:db**********@news.netins.net

I just wasn't sure where to post it - The Application I have is
written in C++, so it's a half-C++, half-Microsoft thing at this
point. I'm at a loss.

Half C++, half-Microsoft questions belong in the Microsoft newsgroups. I
suggest you go to

microsoft.public.vc.language

If they can't help you, they can probably direct you to somewhere that can.

Jul 23 '05 #7
Jon
I just wasn't sure which one - I've posted in 2 now, hoping to get some
direction that way.

Can Blat.exe be integrated into an already-created C++ application? As
of now, this is a branded application for a company that is going out to
thousands of users, so anything beyond editing the current app is out of
our scope at this time.

Phlip wrote:
Jon wrote:

I just wasn't sure where to post it - The Application I have is written
in C++, so it's a half-C++, half-Microsoft thing at this point. I'm at a
loss.

And the 3.7 billion newsgroups on MS's news server can't help??

Please please please use Blat.exe. Writing a SNMP user agent from scratch is
simpler than hacking Outlook...

Jul 23 '05 #8
Jon wrote:
Can Blat.exe be integrated into an already-created C++ application? As
of now, this is a branded application for a company that is going out to
thousands of users, so anything beyond editing the current app is out of
our scope at this time.


(Well, Blat's off topic here too, so nobody will complain about me guessing
wildly about it.)

You integrate Blat by writing a text file, then calling a command line like
this:

system("blat.exe yo**@addy.com -send file.txt");

Or something like that. The cheapest integration is with system(). If you
write a Win32 application, system() may flash a black console.

I don't know what Blat's license terms are. You might be able to just toss
it onto your install CD. There are libraries like Blat, and it might come
with source.

Anything but Outlook, okay??

--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand
Jul 23 '05 #9
Jon
Yeah, Outlook isn't an issue here, just cheesy-old OE :p

Thanks for the advice, I've bookmarked their site and will look into it
if I don't get another answer to my current problem soon. Thanks again
to all.

Phlip wrote:
Jon wrote:

Can Blat.exe be integrated into an already-created C++ application? As
of now, this is a branded application for a company that is going out to
thousands of users, so anything beyond editing the current app is out of
our scope at this time.

(Well, Blat's off topic here too, so nobody will complain about me guessing
wildly about it.)

You integrate Blat by writing a text file, then calling a command line like
this:

system("blat.exe yo**@addy.com -send file.txt");

Or something like that. The cheapest integration is with system(). If you
write a Win32 application, system() may flash a black console.

I don't know what Blat's license terms are. You might be able to just toss
it onto your install CD. There are libraries like Blat, and it might come
with source.

Anything but Outlook, okay??

Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3640
by: Michi | last post by:
Hello there I try to access the Outlook/Outlook Express AddressBook with the MAPISession/MAPIMessage Components. Depending on the registry setting. I can tell the sytem which AddressBook it...
13
9089
by: ~ Le Naja ~ | last post by:
Hello evrybody, First, I hope you will understand my English because I come from Belgium ! :-) Here is what I want to know if you have the kindess to help me ! :-) I use the code above to mail...
3
8128
by: Daniel Pope | last post by:
Hello Everybody, I'm preparing for doing a daunting task: to access Out look Microsoft Outlook Express(regardles the operating system and Outlook version) from a Java applet (after the client...
40
11783
by: ian | last post by:
Hi, I'm a newbie (oh no I can here you say.... another one...) How can I get Python to send emails using the default windows email client (eg outlook express)? I thought I could just do the...
2
1237
by: Jack | last post by:
Hello, I need to change the SMTP info in Outlook 2003 from a VB.NET app. Any help would be great!!! Thanks, Jack
26
4462
by: Tom Becker | last post by:
Is there a way, from Access, to programmatically click the Send and Receive button in Outlook?
2
10509
by: mik.sjoblom | last post by:
Hello, I have developed a Access application that needs to read mail from Outlook, versions on Access and outlook are 2003. In the code i use mapi to connect to outlook. When i tries to read the...
0
4764
by: toduro | last post by:
Using Visual C# 2005 Express Edition and Microsoft Office Outlook 2003. An exception with message: "Retrieving the COM class factory for component with CLSID...
4
3678
by: PW | last post by:
Hi, A client of ours is having problems using our email interface. Our application is written in Access 2003 and the client is using Microosft Outlook Express version 6. We use the DoCmd...
0
7257
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7157
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7379
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7521
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5084
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1591
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.