Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Add-Ins / January 2004

Tip: Looking for answers? Try searching our database.

Outlook Object Model

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John Baits - 28 Jan 2004 22:08 GMT
Is there any place that documents the Outlook Object Model.  I've
noticed a previous posting that expressed similar frustration that I
have been feeling trying to find it on Microsoft's site ;-)

I particular, I want to be able to detect the highlighted email item
(before it is opened) and obtain information about the email such as
SMTP headers, from, subject, etc...
Sue Mosher [MVP] - 28 Jan 2004 22:54 GMT
Outlook VBA Help has all the objects, properties and methods. When in doubt,
check the object browser: Press ALt+F11 to open the VBA environment in
Outlook, then press F2. Select anything in the browser and press F1 for more
details. Feel free to ask here about things you can't seem to find.

The items highlighted in a folder view comprise the
Application.ActiveExplorer.Selection collection.

SMTP headers are available only through CDO, not OOM. See
http://www.slipstick.com/dev/olforms/headers.htm for a sample form to
retrieve them.

Subject is Subject.

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 any place that documents the Outlook Object Model.  I've
> noticed a previous posting that expressed similar frustration that I
[quoted text clipped - 3 lines]
> (before it is opened) and obtain information about the email such as
> SMTP headers, from, subject, etc...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.