ItemEvents_10_SinkHelper.BeforeAttachmentPreview Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Overridable Sub BeforeAttachmentPreview ( _
param0 As Attachment, _
ByRef param1 As Boolean _
)
'Usage
Dim instance As ItemEvents_10_SinkHelper
Dim param0 As Attachment
Dim param1 As Boolean
instance.BeforeAttachmentPreview(param0, _
param1)
public virtual void BeforeAttachmentPreview(
Attachment param0,
ref bool param1
)
Parameters
- param0
Type: Microsoft.Office.Interop.Outlook.Attachment
- param1
Type: System.Boolean
Implements
ItemEvents_10.BeforeAttachmentPreview(Attachment, Boolean)
See Also
Reference
ItemEvents_10_SinkHelper Class