This topic has not yet been rated - Rate this topic

PostItem.BeforeAttachmentRead Event

Office 2007
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 PostItem object.

Parameters

NameRequired/OptionalData TypeDescription
AttachmentRequiredAttachmentThe Attachment to be read.
CancelRequiredBooleanSet to True to cancel the operation; otherwise, set to False to allow the Attachment to be read.



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.