MobileItem.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 2010

Syntax

expression .CustomPropertyChange(Name)

expression A variable that represents a MobileItem 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.

See Also

Concepts

MobileItem Object Members

MobileItem Object