PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Internet email headers

Reply

Internet email headers

 
Thread Tools Rate Thread
Old 13-02-2004, 03:02 PM   #1
K. C. Adams
Guest
 
Posts: n/a
Default Internet email headers


Greetings,

Trying to access the Internet headers of individual email messages and
cant seem to find them. Can anyone point me in the correct direction?

Thank you,
K
  Reply With Quote
Old 13-02-2004, 03:49 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Internet email headers

You need to use CDO 1.21 or Extended MAPI or Redemption
(www.dimastr.com/redemption) to get those, you can't get them using
Outlook object model code.

CDO 1.21 is an optional installation with Outlook 2000 and later from
the Office CD, Extended MAPI can only be programmed in C++ or Delphi
and Redemption is a 3rd party library.

A CDO 1.21 example of getting headers from the currently open message
is at http://www.slovaktech.com/code_samp...InternetHeaders Make
sure you have CDO installed and referenced in your project if you want
to try that code.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"K. C. Adams" <kadams@ssd.com> wrote in message
news:56f4d690.0402130702.22e13a88@posting.google.com...
> Greetings,
>
> Trying to access the Internet headers of individual email messages

and
> cant seem to find them. Can anyone point me in the correct

direction?
>
> Thank you,
> K



  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