View Single Post
  #2  
Old March 5th 10, 02:16 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to get OOM MailItem Raw data

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.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Adriano (ufficio)" wrote in message
...
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



Ads