Macro to open another user's Inbox

  • Thread starter Thread starter lizlexy
  • Start date Start date
L

lizlexy

I'm trying to find code to create a macro to open another user's mailbox
which I have access to. Please can you help?
Thanks!
 
The easiest and most complete way would be to add that mailbox to your
Outlook profile so it gets opened as soon as you open Outlook. That's a
non-code solution.

If you just want to get a specific default folder open you should look at
the Object Browser help on NameSpace.GetSharedDefaultFolder().
 
Back
Top