Folders and Design Synopsis

Hi,

When you use design synopsis in Notes, you have the ability to extract information about FOLDERS. The only problem is that with the design synopsis functionality, it provides you with when the folders were last modified but not when they were created (ie creation date). Is it possible to extract that using Design Synopsis or any other tool like TEAMSTUDIO. The folders are in a mailbox and lots are created monthly. I want to extract the folders name so I know which folders were created new last month.

Thanks in advance.

Subject: Folders and Design Synopsis

You can do this in lotusscript. All you need to do is loop through all the views in the database, check whether they are a folder and if so check the Created property of the view.

Take a look at the the notesdatabase class Views property and the notesview class Isfolder and Created properties.