How to get OOM MailItem Raw data

  • Thread starter Adriano \(ufficio\)
  • 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
 
K

Ken Slovak - [MVP - Outlook]

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.
 

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

Top