ApplicationClass.ApplicationEvents_10_Event_remove_MAPILogonComplete Method

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Overridable Sub ApplicationEvents_10_Event_remove_MAPILogonComplete ( _
    param0 As ApplicationEvents_10_MAPILogonCompleteEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As ApplicationEvents_10_MAPILogonCompleteEventHandler

instance.ApplicationEvents_10_Event_remove_MAPILogonComplete(param0)
public virtual void ApplicationEvents_10_Event_remove_MAPILogonComplete(
    ApplicationEvents_10_MAPILogonCompleteEventHandler param0
)

Parameters

Implements

ApplicationEvents_10_Event.remove_MAPILogonComplete(ApplicationEvents_10_MAPILogonCompleteEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Outlook Namespace