Attachment.GetTemporaryFilePath Method

Definition

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

public:
 System::String ^ GetTemporaryFilePath();
public string GetTemporaryFilePath ();
Public Function GetTemporaryFilePath () As String

Returns

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 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:

Applies to