ApplicationClass.ApplicationEvents_Event_remove_NewMail Method

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

Syntax

'Declaration
Public Overridable Sub ApplicationEvents_Event_remove_NewMail ( _
    param0 As ApplicationEvents_NewMailEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As ApplicationEvents_NewMailEventHandler

instance.ApplicationEvents_Event_remove_NewMail(param0)
public virtual void ApplicationEvents_Event_remove_NewMail(
    ApplicationEvents_NewMailEventHandler param0
)

Parameters

Implements

ApplicationEvents_Event.remove_NewMail(ApplicationEvents_NewMailEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Outlook Namespace