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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top