It's possible but not with any tools in the Office Resource Kit. Probably the easiest solution would be to use the redistributable version of Redemption (
http://www.dimastr.com/redemption/ ) and its Profman.dll library. Microsoft also provides programming libraries for this task, but only for C++ and Delphi.
Also note that you can't mix and match Exchange accounts from multiple servers. You can only add more accounts from the same server.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Drew" wrote in message ...
Not the answer I wanted, but thanks.
What would I use if I actually need several exchange mailboxes configured in
1 profile? Keeping in mind that I need to specify the e-mail address and
exchange server dynamically. Is this even possible?
"Sue Mosher [MVP-Outlook]" wrote:
You can't use a .prf file to add a mailbox to an existing profile. If you want a prf to change the existing profile to use a different mailbox, change ModifyDefaultProfileIfPresent=FALSE to TRUE.
"Drew" wrote in message ...
So I need to create a .prf file that will generate a new profile if there's
not already one there. Setup 1 exchange mail box. Then be able to add more
mailboxes as needed.
I'm using php to generate the file dynamically with each e-mail address
entered and the mail server and all that stuff. it works fine for the first
run, but will not add another user if the mailbox name is changed. What can I
change to have it do that?
Here's the file I generate:
*** cut ***