Occurs when a custom property of an Outlook item is changed. The property name is passed to the procedure so that you can determine which custom property changed.
Syntax
Sub Item_CustomPropertyChange(Name As String)
Name Required. The name of the custom property that was changed.