ApplicationClass.ApplicationEvents_Event_remove_ItemSend 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_ItemSend ( _
    param0 As ApplicationEvents_ItemSendEventHandler _
)
'Usage
Dim instance As ApplicationClass
Dim param0 As ApplicationEvents_ItemSendEventHandler

instance.ApplicationEvents_Event_remove_ItemSend(param0)
public virtual void ApplicationEvents_Event_remove_ItemSend(
    ApplicationEvents_ItemSendEventHandler param0
)

Parameters

Implements

ApplicationEvents_Event.remove_ItemSend(ApplicationEvents_ItemSendEventHandler)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Outlook Namespace