If i login to exchange user, create a new mail and send to same user then
mail comes in its Inbox and SentItems folder. And both mails have
PR_TRANSPORT_MESSAGE_HEADERS property. I need mail header b'se i write my
own data in mail header(urn:schemas:mailheader:mytag)
In outlook addin i need to get mail header b'se i want to get mytag which i
wrote in mail.
For below specific case when send a mail using web page, mail dont contain
PR_TRANSPORT_MESSAGE_HEADERS. So my question is
"Is there any possiblity to get mail header in outlook addin if above
property is not present"
"Ken Slovak - [MVP - Outlook]" wrote in message
...
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.