Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 1.02 KB

attachment-filetype-property-access.md

File metadata and controls

41 lines (23 loc) · 1.02 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Attachment.FileType Property (Access)
vbaac10.chm13982
vbaac10.chm13982
access
Access.Attachment.FileType
0e22ddf6-695a-f6bc-58c8-f6af77912306
06/08/2017

Attachment.FileType Property (Access)

Returns the file extension of the specifed attachment. Read-only String.

Syntax

expression. FileType( ** 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.

See also

Concepts

Attachment Object