TaskRequestItem.BeforeAttachmentRead Event

Outlook Developer Reference

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.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.BeforeAttachmentRead(Attachment, Cancel)

expression   A variable that represents a TaskRequestItem 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