Startup Event

See Also         Example         Applies To        

Occurs when Microsoft Outlook is starting, but after all add-in programs have been loaded. This event is not available in VBScript.

Syntax

Sub object_Startup()

object   An expression that evaluates to an Application object.

Remarks

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


Send feedback to MSDN.Look here for MSDN Online resources.