ApplicationEvents_11_Event.Startup Event

Definition

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

public:
 event Microsoft::Office::Interop::Outlook::ApplicationEvents_11_StartupEventHandler ^ Startup;
event Microsoft.Office.Interop.Outlook.ApplicationEvents_11_StartupEventHandler Startup;
Event Startup As ApplicationEvents_11_StartupEventHandler 

Event Type

Remarks

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

Applies to