View Single Post
  #2  
Old May 14th 08, 05:45 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Want to "open these additional mailboxes" programatically

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

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Midwest Muskie" wrote in message
news
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...;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!



Ads