共用方式為


Outlook) (Application.MAPILogonComplete 事件

會在使用者已經登入系統之後發生。

語法

expressionMAPILogonComplete

expression 代表 Application 物件的變數。

範例

下列 Microsoft Visual Basic for Applications (VBA) 範例會在使用者已經登入系統之後顯示訊息。

Private Sub Application_MAPILogonComplete() 
 
'Occurs when a user has logged on 
 
 
 
 MsgBox "Logon complete." 
 
 
 
End Sub

另請參閱

Application 物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應