Share via


SharingItem.PropertyChange Event

Outlook Developer Reference

Occurs when an explicit built-in property (for example, Subject) of an instance of the parent object is changed.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.PropertyChange(Name)

expression   An expression that returns a SharingItem object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of the property that was changed.

Remarks

The property name is passed to the event so that you can determine which property was changed.

See Also