Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.17 KB

Access.Attachment.FileURL.md

File metadata and controls

39 lines (23 loc) · 1.17 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Attachment.FileURL property (Access)
vbaac10.chm13983
vbaac10.chm13983
Access.Attachment.FileURL
661ce36f-77f8-be34-845f-a3c450b878bf
02/07/2019
medium

Attachment.FileURL property (Access)

Returns the Uniform Resource Locator (URL) of the specified attachment. Read-only String.

Syntax

expression.FileURL (var)

expression A variable that represents an Attachment object.

Parameters

Name Required/Optional Data type Description
var Optional Variant An expression that specifies the position of a member of the collection referred to by the expression argument. If a numeric expression, the index argument must be a number from 0 to the value of the collection's Count property minus 1. If a string expression, the index argument must be the name of a member of the collection.

Remarks

The FileURL property returns an empty string if the table that contains the attachments is not linked to a SharePoint list.

[!includeSupport and feedback]