My folder is called \"Request Mailbox\" in Outlook
\"Request Mailbox\"
How can I get a list of all mailitems in that folder
mailitems
For a delegate mailbox already open in Outlook, use Application.Session.Folders.("TheDelegateMialboxName@YourCompany.com").Folders("TheFolderName")
Application.Session.Folders.("TheDelegateMialboxName@YourCompany.com").Folders("TheFolderName")