ItemEvents_10_Event.BeforeAttachmentAdd Event
Occurs before an attachment is added to an instance of the parent object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeAttachmentAdd As ItemEvents_10_BeforeAttachmentAddEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_BeforeAttachmentAddEventHandler
AddHandler instance.BeforeAttachmentAdd, handler
event ItemEvents_10_BeforeAttachmentAddEventHandler BeforeAttachmentAdd
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentAddEventHandler