View Single Post
  #1  
Old April 21st 08, 02:08 PM posted to microsoft.public.outlook.program_addins
Marcin
external usenet poster
 
Posts: 9
Default Access to MailItem properties before opening new inspector ?

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 ?
Ads