Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.11 KB

Outlook.TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile.md

File metadata and controls

37 lines (21 loc) · 1.11 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile event (Outlook)
Outlook.TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile
2d53b081-6f97-daf9-4e21-61005cba942a
06/08/2017
medium

TaskRequestUpdateItem.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 TaskRequestUpdateItem 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

TaskRequestUpdateItem Object

[!includeSupport and feedback]