Share via


OlkSenderPhoto.Change Event

Outlook Developer Reference

Occurs when the sender's contact picture has changed.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Change

expression   A variable that represents an OlkSenderPhoto object.

Remarks

The change of the sender's contact picture usually means that the PreferredWidth and PreferredHeight properties have changed as well. Therefore, this event can be used as an indication of the necessity to resize the control.

See Also