This topic has not yet been rated - Rate this topic

TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile Event

Office 2007
Occurs before an attachment associated with an instance of the parent object is written to a temporary file.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.BeforeAttachmentWriteToTempFile(Attachment, Cancel)

expression   A variable that represents a TaskRequestUpdateItem object.

Parameters

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



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.