ItemEvents_10_SinkHelper.BeforeAttachmentSave Method

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Overridable Sub BeforeAttachmentSave ( _
    param0 As Attachment, _
    ByRef param1 As Boolean _
)
'Usage
Dim instance As ItemEvents_10_SinkHelper
Dim param0 As Attachment
Dim param1 As Boolean

instance.BeforeAttachmentSave(param0, _
    param1)
public virtual void BeforeAttachmentSave(
    Attachment param0,
    ref bool param1
)

Parameters

Implements

ItemEvents_10.BeforeAttachmentSave(Attachment, Boolean)

See Also

Reference

ItemEvents_10_SinkHelper Class

ItemEvents_10_SinkHelper Members

Microsoft.Office.Interop.Outlook Namespace