TaskItem.AttachmentRead Event

Outlook Developer Reference

Occurs when an attachment in an instance of the parent object has been opened for reading.

Syntax

expression.AttachmentRead(Attachment)

expression   A variable that represents a TaskItem object.

Parameters

Name Required/Optional Data Type Description
Attachment Required Attachment The Attachment that was opened.

See Also