Occurs when a standard property (for example, Subject or To) of an Outlook item is changed. The property name is passed to the event so that you can determine which property was changed.
Syntax
Sub Item_PropertyChange(Name As String)
Name Required. The name of the property that was changed.