ItemEvents_10_Event.BeforeAttachmentPreview Event
Occurs before an attachment associated with an instance of the parent object is previewed.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event BeforeAttachmentPreview As ItemEvents_10_BeforeAttachmentPreviewEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_BeforeAttachmentPreviewEventHandler
AddHandler instance.BeforeAttachmentPreview, handler
event ItemEvents_10_BeforeAttachmentPreviewEventHandler BeforeAttachmentPreview
Remarks
This event occurs before an attachment is previewed, either from the attachment strip in the Reading Pane of the active explorer or from the active inspector.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_BeforeAttachmentPreviewEventHandler