Properties in an item are not lost when you open that item in an Inspector,
why would you say that?
Are you trying to get the properties in the NewInspector event handler? Wait
until the first Activate event for that Inspector, when the object for
Inspector.CurrentItem isn't a weak object reference but is fully filled in.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Marcin" wrote in message
...
Hi,
when opening MailItem in a new inspector, certain properties are lost
(SenderEmailAddress for example). I can access those properties before,
in
SelectionChange, ItemLoad or Read events, however, that works fine for
items
that have not been loaded into memory / cached yet.
If the item had been however read, it is somehow simply loaded from
cache/memory, without triggering those events. Any idea on accessing this
particular cached object properties before opening new inspector or
forcing
flushing the cache to cause re-reading ?