SharingItem.CustomPropertyChange event (Outlook)
Occurs when a custom property of an item (which is an instance of the parent object) is changed.
expression. CustomPropertyChange
( _Name_
)
expression An expression that returns a SharingItem object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Required | String | The name of the custom property that was changed. |
The property name is passed to the procedure so that you can determine which custom property changed.
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.