How to get the Body of a Report

  • Thread starter Thread starter kevin Cornelison
  • Start date Start date
K

kevin Cornelison

I too want to get the information in the body of the report.. soo...
what I did was... Save the MSG to the hard drive and then load the file
into a string byte by byte... then sift thru the string, looking for
keywords... Yes, it is ugly, but I got the information I was looking
for...

Good luck

kevin
www.badcolon.com
 
ReportItem body is created dynamically by Outlook from various
(PR_REPORT_xxx) properties in the message recipients table, you can access
them using either Extended MAPI or Redemption (but not CDO 1.21, as it does
not provide access to the recipients table properties).

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