Returns the items in the WebFolders collection. Read-only Object.
Remarks
The Folders property returns the WebFolders collection for the specified web. To access the collection, you declare a variable of type WebFolders as in the statement, Dim myFolders As WebFolders
, and then set the variable to Web.RootFolder.Folders
.