select a different folder in Ourlook VBA
Greetings,
I have written Outlook code that has the following line:
Set oFolder = oNS.GetDefaultFolder(olFolderInbox)
This apparently sets the folder to the user's "Inbox"
How can the folder be set to point to a shared mailbox?
or
What does "olFolderInbox" need to be changed to?
Regards,
dvogel88
|