How to get OOM MailItem Raw data

  • Thread starter Thread starter Adriano \(ufficio\)
  • Start date Start date
A

Adriano \(ufficio\)

Hi,

this is my need:

I'de like to get an OOM MailItem raw data (RFC 822) using the HrGetOneProp
(from VB6) or similar:
is it possible ?

Thanks
 
Do you mean the Internet headers? Yes, it's possible. You would use
HrGetOneProp with the following property tag:

const PR_TRANSPORT_MESSAGE_HEADERS = &H7D001E

How you use HrGetOneProp with VB6 is another story.
 
Back
Top