How to trigger a VBA macro when the message is fully displayed?

Copper Contributor

Hi,

In my Outlook, I have a VBA macro which triggers on 'myItem_Read()' event (i.e., when it reads a selected message).

This macro executes (sometimes, under some circumstances) the command 'myItem.Display' to open the selected message in a new window.

I need to find some way, how to trigger another macro, but only after the opened message is completely displayed incl. showing the attachment(s) and external HTML content (if any...), i.e. after the 'myItem.Display' command is completely finished.

Many thanks for hints.

0 Replies