Class Folders (Outlook VBA)
Contains a set of Folder objects that represent all the available Outlook folders in a specific subset at one level of the folder tree. To use a Folders class variable it first needs to be instantiated, for example
Dim flds as Folders
Set flds = Session.Folders