The object browser is your friend: Press ALt+F11 to open the VBA environment
in Outlook, then press F2. Switch from <All Libraries> to Outlook to browse
all Outlook objects and their properties, methods, and events. Select any
object or member, then press F1 to see its Help topic.
See http://www.outlookcode.com/d/outtech.htm for other references.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Is there somewhere that has a list of all of the
> properties available for programming in Outlook. For
> example, I had to search multiple sights to find out that
> sender.address was the email of the sender. Where can I
> find that out without searching for specifics? There has
> to be a list somewhere