ItemEvents_10_Event.Read Event

Definition

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

public:
 event Microsoft::Office::Interop::Outlook::ItemEvents_10_ReadEventHandler ^ Read;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadEventHandler Read;
Event Read As ItemEvents_10_ReadEventHandler 

Event Type

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.

Applies to