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