ApplicationEvents_10_Event.add_MAPILogonComplete Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Sub add_MAPILogonComplete ( _
param0 As ApplicationEvents_10_MAPILogonCompleteEventHandler _
)
'Usage
Dim instance As ApplicationEvents_10_Event
Dim param0 As ApplicationEvents_10_MAPILogonCompleteEventHandler
instance.add_MAPILogonComplete(param0)
void add_MAPILogonComplete(
ApplicationEvents_10_MAPILogonCompleteEventHandler param0
)
Parameters
See Also
Reference
ApplicationEvents_10_Event Interface