To be honest I have no idea!

If you go into the code window/ide and type the following:

Outlook.application.

or Binder.application

you'll have access to all the properties & methods the application object contains. When you type that last dot after the word application above, scroll down the list until you see something which looks like a collection (such as documents or worksheets etc.) & try this in a for....each loop.