Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.3 KB

Outlook.mailitem.readcomplete.md

File metadata and controls

46 lines (24 loc) · 1.3 KB
title ms.assetid ms.date ms.localizationpriority
MailItem.ReadComplete event (Outlook)
39bba654-0683-95a4-9092-3c0ecbbf9104
06/08/2017
medium

MailItem.ReadComplete event (Outlook)

Occurs when Outlook has completed reading the properties of the item.

Version information

Version Added: Outlook 2013

Syntax

expression. ReadComplete(Cancel)

expression A variable that represents a MailItem object.

Parameters

Name Required/Optional Data type Description
Cancel Required Boolean (Not used in VBScript). False when the event occurs. If the event procedure sets this argument to True, the read operation is not completed and the item is not displayed in the Reading Pane or inspector.

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.

See also

MailItem Object

[!includeSupport and feedback]