Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 955 Bytes

Outlook.ReportItem.PropertyChange.md

File metadata and controls

41 lines (22 loc) · 955 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
ReportItem.PropertyChange event (Outlook)
Outlook.ReportItem.PropertyChange
5fd89535-8fa4-202e-bb0a-1dc4d608acec
06/08/2017
medium

ReportItem.PropertyChange event (Outlook)

Occurs when an explicit built-in property (for example, Subject) of an instance of the parent object is changed.

Syntax

expression. PropertyChange( _Name_ )

expression A variable that represents a ReportItem object.

Parameters

Name Required/Optional Data type Description
Name Required String The name of the property that was changed.

Remarks

The property name is passed to the event so that you can determine which property was changed.

See also

ReportItem Object

[!includeSupport and feedback]