Get complete message

  • Thread starter Thread starter Leon Mayne [MVP]
  • Start date Start date
L

Leon Mayne [MVP]

Hi all,
How do I get the complete message text for an email, including all the
boundaries etc? I've tried using .body and .htmlbody but they don't work as
I want. I want to get the entire message in the same form as it is sent.
 
You can't - Outlook simply does not store it (Exchange 2000/2003 sometimes
does).
The best you can do is try to reconstruct the original RFC822 message from
various MAPI properties programmatically. Even though to an end user it can
be made to look indistinguishable, under the hood it will be different.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

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

Back
Top