My folder is called "Request Mailbox"
in Outlook
How can I get a list of all mailitems
in that folder
My folder is called "Request Mailbox"
in Outlook
How can I get a list of all mailitems
in that folder
For a delegate mailbox already open in Outlook, use Application.Session.Folders.("[email protected]").Folders("TheFolderName")
To get list of
MailItems
, you can simply do thisMailItem list will be displayed as Email
For Shared Folder Try this