Compartir a través de


ApplicationEvents_11_Event.Startup Evento

Definición

Se produce al iniciar Microsoft Outlook después de que se hayan cargado todos los programas de complementos.

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 

Tipo de evento

Comentarios

Una macro de Outlook Visual Basic para Aplicaciones (VBA) puede usar este procedimiento de evento para inicializarse cuando se inicia Outlook.

Se aplica a