ItemEvents_Event.remove_Send Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Sub remove_Send ( _
param0 As ItemEvents_SendEventHandler _
)
'Usage
Dim instance As ItemEvents_Event
Dim param0 As ItemEvents_SendEventHandler
instance.remove_Send(param0)
void remove_Send(
ItemEvents_SendEventHandler param0
)