SharingItem.CustomPropertyChange Event (Outlook)
Occurs when a custom property of an item (which is an instance of the parent object) is changed.
Version Information
Version Added: Outlook 2007
Syntax
expression .CustomPropertyChange(Name)
expression An expression that returns a SharingItem object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Name |
Required |
String |
The name of the custom property that was changed. |
Remarks
The property name is passed to the procedure so that you can determine which custom property changed.