This topic has not yet been rated - Rate this topic

AppointmentItem.BeforeAttachmentPreview Event

Office 2007
Occurs before an attachment associated with an instance of the parent object is previewed.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.BeforeAttachmentPreview(Attachment, Cancel)

expression   A variable that represents an AppointmentItem object.

Parameters

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

Remarks

This event occurs before an attachment is previewed, either from the attachment strip in the Reading Pane of the active explorer or from the active inspector.




Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.