PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Property List

Reply

Property List

 
Thread Tools Rate Thread
Old 04-08-2004, 07:07 PM   #1
S Griffith
Guest
 
Posts: n/a
Default Property List


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
  Reply With Quote
Old 04-08-2004, 08:32 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Property List

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.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"S Griffith" <esgriffith@prodigy.net> wrote in message
news:018b01c47a4d$eb9cd190$a601280a@phx.gbl...
> 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



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off