Attachment.GetTemporaryFilePath method (Outlook)

Returns the full path to the attached file that is in a temporary files folder. Read-only.

Syntax

expression. GetTemporaryFilePath

expression A variable that represents an 'Attachment' object.

Return value

Returns a String that represents the full path to the temporary attachment file.

Remarks

The GetTemporaryFilePath method is only valid for those attachments whose Type property is OlAttachmentType.olByValue. That means that the attachment is a copy and that the copy can be accessed even if the original file is removed. For other attachment types, the GetTemporaryFilePath method returns an error.

GetTemporaryFilePath also returns an error when accessing an Attachment object in an Attachments collection or in the AttachmentSelection object. Use GetTemporaryFilePath only in attachment event callbacks listed below for various Microsoft Outlook items:

  • AttachmentAdd

  • AttachmentRead

  • AttachmentRemove

  • BeforeAttachmentAdd

  • BeforeAttachmentPreview

  • BeforeAttachmentRead

  • BeforeAttachmentSave

  • BeforeAttachmentWriteToTempFile

See also

Attachment Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.