ItemEvents_10_Event.ReadComplete 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 Outlook has completed reading the properties of the item.
public:
event Microsoft::Office::Interop::Outlook::ItemEvents_10_ReadCompleteEventHandler ^ ReadComplete;
event Microsoft.Office.Interop.Outlook.ItemEvents_10_ReadCompleteEventHandler ReadComplete;
Event ReadComplete As ItemEvents_10_ReadCompleteEventHandler
Event Type
Remarks
The ReadComplete event occurs after the BeforeRead event and before the Read event for the item.
To determine when the item is unloaded from memory, use the Unload event.
The ReadComplete event corresponds to the Exchange Client Extensions (ECE) event IExchExtMessageEvents::OnReadComplete.