Explorer Events (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

This object has the following events:

Events

Name

Description

Activate

Occurs when an explorer becomes the active window, either as a result of user action or through program code.

AttachmentSelectionChange

Occurs when the user selects a different or additional attachment in the active explorer programmatically or by interacting with the user interface.

BeforeFolderSwitch

Occurs before the explorer goes to a new folder, either as a result of user action or through program code.

BeforeItemCopy

Occurs when an Outlook item is copied.

BeforeItemCut

Occurs when an Outlook item is cut from a folder.

BeforeItemPaste

Occurs when an Outlook item is pasted.

BeforeMaximize

Occurs when an explorer is maximized by the user.

BeforeMinimize

Occurs when the active explorer is minimized by the user.

BeforeMove

Occurs when the Explorer is moved by the user.

BeforeSize

Occurs when the user sizes the current Explorer.

BeforeViewSwitch

Occurs before the explorer changes to a new view, either as a result of user action or through program code.

Close

Occurs when an explorer is being closed.

Deactivate

Occurs when an explorer stops being the active window, either as a result of user action or through program code.

FolderSwitch

Occurs when the explorer goes to a new folder, either as a result of user action or through program code.

SelectionChange

Occurs when the user selects a different or additional Microsoft Outlook item programmatically or by interacting with the user interface.

ViewSwitch

Occurs when the view in the explorer changes, either as a result of user action or through program code.

InlineResponse

Occurs when the user performs an action that causes an inline response to appear in the Reading Pane.

InlineResponseClose

Occurs when the user performs an action that causes the active inline response to close in the Reading Pane.

DisplayModeChange

Occurs when the user performs an action that changes the display mode. Possible modes include Normal, Portrait View, and Portrait Reading Pane.