Read fields with Redemption

  • Thread starter Thread starter Joao Quaresma
  • Start date Start date
J

Joao Quaresma

When I read the folowing fields with Redemption (&H8006001E -
PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an empty
fiel, but the fields exist and have a value. Is there a problem with
Redemption when reading this fields?

Best regards,

Joao Quaresma.
 
How do you know that the field exists? Do you see it in OutlookSpy? How do
you access these properties?
Keep in midn that these properties are only exposed in the online (as
opposed to cached) mode.

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

I've used MsgView to read the saved message. In code i' am reading the
messages that are in a .pst file.


Joao Quaresma.
 
Message? These properties are not exposed by messages, they are exposed by
the RDOAddressEntry objects (corresponds to the IMailUser object in MAPI)
from teh GAL container.
*Where* exactly do you see these properties when you are using MsgView? Can
you see these properies in OutlookSpy?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
 
Hi Dmitry, can you please explain how to view this property
'PR_EMS_AB_HOME_MDB' in OutlookSpy? I feel I've looked everywhere but no luck.

thanks,

Reinier
 
Are you trying to read it from one of the GAL objects?
Have you tried to click IAddrBook button, then "Open Root Container"?
You can then browse to the GAL entry in question from teh GetHierarchyTable
/ GetContentsTable tabs of the IABContainer windows.

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