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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.