Return the value of CdoPR_TRANSPORT_MESSAGE_HEADERS from .PST mess

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a tool that gathers outlook message information. part of that is to
capture the Internet headers from the current message. bascily the same code
as http://www.slovaktech.com/code_samples.htm#InternetHeaders
Works perfect when the oInbox.Parent.Name is parsed, the default Exchange
outlook.

The issue is I wanted to parse thru all the messages of a 'Personal Folder'
..PST file. oNS.Folders.Item("Personal Folders").Name() Everything else is
extracted but the internet headers. (sent date/Time, sent to, cc,
subject,body, size..etc)

This is nothing.
strInternetHeaders =
objFields.Item(CdoPR_TRANSPORT_MESSAGE_HEADERS).Value

Is there something else I need to do to extract the internet headers from a
message in the Personal folders??

Thanks !
 
Back
Top