Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.02 KB

Outlook.TaskItem.BeforeAttachmentRead.md

File metadata and controls

37 lines (21 loc) · 1.02 KB
title api_name ms.assetid ms.date ms.localizationpriority
TaskItem.BeforeAttachmentRead event (Outlook)
Outlook.TaskItem.BeforeAttachmentRead
298eaece-9633-637b-3055-572d77fa3811
06/08/2017
medium

TaskItem.BeforeAttachmentRead event (Outlook)

Occurs before an attachment associated with an instance of the parent object is read from the file system, an attachment stream, or an Attachment object.

Syntax

expression. BeforeAttachmentRead( _Attachment_ , _Cancel_ )

expression A variable that represents a TaskItem object.

Parameters

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

See also

TaskItem Object

[!includeSupport and feedback]