Dim olNS As NameSpaceDim InputFolder As Outlook.MAPIFolderSet olNS = Outlook.Application.GetNamespace("MAPI")' Get reference to folder in users Mailbox for InputSet InputFolder = olNS.Folders("Procurement, Request").Folders("Inbox")' all the emails in the shared inbox are represented by:InputFolder.Items