ReportItem

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
 
D

Dmitry Streblechenko \(MVP\)

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
 

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

Top