ItemEvents_10_Event.BeforeAttachmentWriteToTempFile Event
Occurs before an attachment associated with an instance of the parent object is written to a temporary file.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeAttachmentWriteToTempFile As ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler
AddHandler instance.BeforeAttachmentWriteToTempFile, handler
event ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler BeforeAttachmentWriteToTempFile
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentWriteToTempFileEventHandler