Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.02 KB

Outlook.TaskItem.BeforeAttachmentWriteToTempFile.md

File metadata and controls

37 lines (21 loc) · 1.02 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskItem.BeforeAttachmentWriteToTempFile event (Outlook)
Outlook.TaskItem.BeforeAttachmentWriteToTempFile
6f6acd79-afc2-7b40-60c9-770b8561b1a9
06/08/2017
medium

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

TaskItem Object

[!includeSupport and feedback]