ItemEvents_10_Event.ReadComplete Event

Definition

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.

Applies to