Outlook – List all folders within a top level folder using VBA
List all top level folders in an Outlook mailbox using VBA Let’s say I wanted to list all the folders for a top level folder such as LargeOldEmails2 using VBA. How would I do it? ‘ We will explicitly declare all variables using ‘ Dim or ReDim keywords. This is good practice Option Explicit […]