ApplicationEvents_11_Event.Startup Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.