Document properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am pulling document information from public folders, and have ocated most
of what I need except for one property. Where can I obtain the name of the
person who posted the entry? It appears in the view in the "From" column.
But since the entry is of the olDocument class, the sender's properties are
not exposed.

Thanks
 
You will need to use Extended MAPI (C++/Delphi only), CDO 1.21 or Redemption
to read the PR_SENDER_xxx or PR_SENT_REPRESENTING_xxx MAPI properties.
In case of CDO 1.21 or Redemption, you can also use the Sender property.

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

Thanks. That's why i couldn't find it.
When trying to install CDO 1.21, it tells me its only for Outlook 2007. I'm
using OL 2003. do i need to use the CDOEX components instead?

-Steve
 
Install CDO 1.21 (CDO.DLL, not any other CDO) from the Office 2003 CD. In
Office 2007 CDO is no longer included (it's being deprecated) and you
download it from the MS Web site. Each version of Office has its matching
version of CDO and mixed versions can't be used.
 
Back
Top