ItemEvents_10_Event.Read Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.