@AttachmentNames (Formula Language)

Returns the operating system file names of any files attached to a document. If there are multiple files attached, the names are returned as a multiple-value text list.

Syntax

@AttachmentNames( excludeMIMEBody )

Parameters

excludeMIMEBody

Boolean. Optional.

Return value

names

Text or text list.

Examples

  1. If a file named SALESQ1.WK4 is attached to the document, this example returns: SALESQ1.WK4.
    @AttachmentNames
  2. Given a semicolon as the multivalue separator, if files named SALESQ1.WK4 and ADMIN.DOC are attached to the document, this example returns: SALESQ1.WK4; ADMIN.DOC.
    @AttachmentNames

Language cross-reference

Source property in LotusScript® NotesEmbeddedObject class

Source property in Java™ Embedded Object class

Values property in LotusScript NotesItem class


Additional Documentation | Trademarks |