Internet email headers

  • Thread starter Thread starter K. C. Adams
  • Start date Start date
K

K. C. Adams

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
 
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_samples.htm#InternetHeaders Make
sure you have CDO installed and referenced in your project if you want
to try that code.
 
Back
Top