ApplicationEvents_11_Event.Startup 事件

定义

在 Microsoft Outlook 启动时并且在所有加载项程序加载后发生。

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 

事件类型

注解

Outlook Visual Basic for Applications (VBA) 宏可以在 Outlook 启动时使用此事件过程来初始化自身。

适用于