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