I am trying to find a script or a good third party solution that will
programatically add a mailbox to an Outlook profile (either Outlook 2003 or
2007) rather than having to manually add the mailbox using the "open these
additional mailboxes" feature under the Advanced tab of the profile. I have
already found Microsoft's "How to add more Exchange mailboxes to a MAPI
profile" knowledge base article
(http://support.microsoft.com/default.aspx?scid=kb;en-us;171636). Has anyone
had experience using this one? I am not a programmer. Does this need to be
run on the machine that has the profile that needs to be modified, or can it
be run from the Exchange server?
We are currently running Exchange 2003, SP2 servers with a mix of Outlook
2003 and 2007 clients.
Thanks for your help!
Dmitry Streblechenko - 14 May 2008 17:45 GMT
The list of additional mailboxes is stored in the local profile data, so the
change must be done locally for a given profile (a user can have more than
one).
<plug>
You can either use ProfMan - see
http://www.dimastr.com/redemption/profiles.htm#example6
or RDOSession.Stores.AddDelegateExchangeMailBoxStore - see
http://www.dimastr.com/redemption/rdo/rdostores.htm
</plug>

Signature
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
>I am trying to find a script or a good third party solution that will
> programatically add a mailbox to an Outlook profile (either Outlook 2003
[quoted text clipped - 16 lines]
>
> Thanks for your help!