Monitoring for changes
Ken Slovak - [MVP - Outlook] wrote:
You have to cache the original value of the property or properties
you are interested in. Even if you handle Item.PropertyChange or
Item.CustomPropertyChange you'd only get the name of the property
that was changed and reading its value would return the new value,
not the original value.
Thanks ... I thought there may be something internal I was missing. I'm
doing this through the NewInspector event Inspector.CurrentItem. Does that
sound right?
Simon
|