It is my understanding that an Outlook contact's "avatar" image is stored as an Attachment
object in the Attachments
collection (ref).
Now suppose, as an example, that I want to keep my own (separate) contact database updated whenever the user's Outlook contacts change, so I'm registered for a PropertyChange
event on the ContactItem
. Is there any way to determine whether or not the picture attached to a ContactItem
has changed, or do I need to call SaveAsFile()
on the ContactPicture.jpg
Attachment
every time that I get a change notification, just on the off chance that it may have been updated?