ItemEvents_10_Event.Read Event
Occurs when an instance of the parent object is opened for editing by the user.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event Read As ItemEvents_10_ReadEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_ReadEventHandler
AddHandler instance.Read, handler
event ItemEvents_10_ReadEventHandler Read
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.