I need to be able to have access to the inbox of another mailbox in outlook using VBA. I can use "Application.GetNamespace("MAPI".GetDefaultFolder(olFolderInbox)" to get the inbox of the current logged in user of Outlook.
However, on the folders list there is another inbox, whom I have editor access to, but I can't seem to be able to get access to it in code.
Can this be done? If so how?
Any help appretiated.
However, on the folders list there is another inbox, whom I have editor access to, but I can't seem to be able to get access to it in code.
Can this be done? If so how?
Any help appretiated.