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.