How to create an Email Account Profile

B

Bill Mullen

I would like to progmatically create an email account profile for
Outlook 2007 from another application I am writing. I have reviewed
the registry keys

HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messageing
Subsystem\Profiles\Outlook2007

and see that I will need to do something vastly different than pre OL
2002 versions.

Thanks
 
R

Roady [MVP]

Create a prf-file with the Office Resource Kit (ORK) or Office Customization
Tool (OCT) and then launch Outlook with that prf-file in order to configure
it automatically.

Your script would be then calling a command similar to this;
<installation path>\outlook.exe /importprf <storage
location>\yourprofile.prf
 
B

Bill Mullen

Roady said:
Create a prf-file with the Office Resource Kit (ORK) or Office
Customization Tool (OCT) and then launch Outlook with that prf-file
in order to configure it automatically.

Your script would be then calling a command similar to this;
<installation path>\outlook.exe /importprf <storage
location>\yourprofile.prf

Office 2007 no longer has a Resource Kit and the OCT is only volume
licensed versions and I have a retail verison. Any other thoughts? Or
do you know the structure of the prf file?
 
K

Karl Timmermans

If you're not already familair with this, you may want to look at Profman
that comes with the commercial version of Redemption
http://www.dimastr.com/redemption/ --> see Profiles

Karl
____________________________________________________________
Karl Timmermans - The Claxton Group
ContactGenie - Importer/DataPorter/Exporter/Toolkit/Duplicate Contact Mgr
"Contact import/export/data management tools for Outlook '2000/2007"
http://www.contactgenie.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top