OlkSenderPhotoEvents_Event.Change Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the sender's contact picture has changed.
public:
event Microsoft::Office::Interop::Outlook::OlkSenderPhotoEvents_ChangeEventHandler ^ Change;
event Microsoft.Office.Interop.Outlook.OlkSenderPhotoEvents_ChangeEventHandler Change;
Event Change As OlkSenderPhotoEvents_ChangeEventHandler
Event Type
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.