This topic has not yet been rated - Rate this topic

MailItem.PropertyChange Event (Outlook)

Published: July 16, 2012

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

expression .PropertyChange(Name)

expression A variable that represents a MailItem object.

Parameters

Name

Required/Optional

Data Type

Description

Name

Required

String

The name of the property that was changed.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.