ReportItem

  • Thread starter Thread starter Paul Smith
  • Start date Start date
P

Paul Smith

I am aware that there are both MailItems and ReportItems in an Inbox. I
want to know how to determine, from a ReportItem, who the Item was from.

ReportItems do not have the SenderName property, but when they appear in the
Inbox the sender is it the From Column, so how can I find this value through
code/

Paul Smith
 
You can't do much with the Outlook.ReportItem objects unless you switch to
Extended MAPI, CDO 1.21 or Redemption since OOM does not expose the
recipients collection for the report items.

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