次の方法で共有


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 の起動時にそれ自体を初期化できます。

適用対象