View Single Post
  #4  
Old July 22nd 09, 06:15 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to get mail header

What do you mean read mail contents?

If you get the item as a MailItem you can read every property it has. What
properties do you want to get? If the item was sent by you it should be in
Sent Items. You obviously can't read the message that was received by the
recipient, it's in his mailbox (unless you have permissions to access his
mailbox).

It still won't have Internet headers since it never was sent over the
Internet if it was strictly an internal email.

--
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


"Ashish" wrote in message
...
If i login to any exchange user account, and send a web page to exchange
user ( open internetexplorer for google.com web page and select
File-Send-Page By Email...).
This mail will not contain PR_TRANSPORT_MESSAGE_HEADERS.
Is there any other property for this mail which allow me to read mail
contents.


Ads