ApplicationEvents_11_Event.Startup Event

Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Event Startup As ApplicationEvents_11_StartupEventHandler
'Usage
Dim instance As ApplicationEvents_11_Event
Dim handler As ApplicationEvents_11_StartupEventHandler

AddHandler instance.Startup, handler
event ApplicationEvents_11_StartupEventHandler Startup

Remarks

An Outlook Visual Basic for Applications (VBA) macro can use this event procedure to initialize itself when Outlook starts.

See Also

Reference

ApplicationEvents_11_Event Interface

ApplicationEvents_11_Event Members

Microsoft.Office.Interop.Outlook Namespace