discovering methods and properties

  • Thread starter Thread starter Grod
  • Start date Start date
G

Grod

1. Is there a definitive online reference somewhere for the Outlook
object model?

2. Is it possible to browse an object to find out what methods and
properties it supports. That is, can one write code that inputs an
object and outputs
the set of all methods and properties that can be applied to that
object? or are there (free) tools that do this?

Thanks.
 
The list of all object model properties, methods and events is in the Object
Browser. Open the Outlook VBA project (Alt+F11) and select View, Object
Browser. Select the Outlook library and examine what's there. There's Help
on most of the things you will see in the Object Browser.
 
Back
Top