Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.03 KB

Outlook.ReportItem.BeforeAttachmentWriteToTempFile.md

File metadata and controls

37 lines (21 loc) · 1.03 KB
title api_name ms.assetid ms.date ms.localizationpriority
ReportItem.BeforeAttachmentWriteToTempFile event (Outlook)
Outlook.ReportItem.BeforeAttachmentWriteToTempFile
c4bfb8ad-3fa2-2319-fd83-5784aa4ab203
06/08/2017
medium

ReportItem.BeforeAttachmentWriteToTempFile event (Outlook)

Occurs before an attachment associated with an instance of the parent object is written to a temporary file.

Syntax

expression. BeforeAttachmentWriteToTempFile( _Attachment_ , _Cancel_ )

expression A variable that represents a ReportItem object.

Parameters

Name Required/Optional Data type Description
Attachment Required Attachment The Attachment to be written.
Cancel Required Boolean Set to True to cancel the operation; otherwise, set to False to allow the Attachment to be written.

See also

ReportItem Object

[!includeSupport and feedback]