Share via


ItemEvents_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_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.BeforeAttachmentSave(Attachment, Boolean)

See Also

Reference

ItemEvents_SinkHelper Class

ItemEvents_SinkHelper Members

Microsoft.Office.Interop.Outlook Namespace