ReportItem.Read Event

Outlook Developer Reference

Occurs when an instance of the parent object is opened for editing by the user.

Syntax

expression.Read

expression   A variable that represents a ReportItem object.

Remarks

The Read event differs from the Open event in that Read occurs whenever the user selects the item in a view that supports in-cell editing as well as when the item is being opened in an Inspector.

See Also