'Ken Slovak - [MVP - Outlook said:
;142544']The easiest and most complete way would be to add that mailbo
to your
Outlook profile so it gets opened as soon as you open Outlook. That'
a
non-code solution.
If you just want to get a specific default folder open you should loo
at
the Object Browser help on NameSpace.GetSharedDefaultFolder().
I need to do this as well, but sorry to be dense - I don't understan
how to go about it. Say I add the mailbox to the profile, and ope
Outlook with that profile. Then I have multiple mailboxes. Now I a
using VBA code from Access as follows:
Set oFolder
Outlook.Application.Session.GetDefaultFolder(olFolderInbox)
How can I identify which mailbox is which? Also, does the other use
have to specifically share the mailbox? Thanks