.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetAttachment method
Example

Given the name of a file attachment, returns a NotesEmbeddedObject representing the attachment. You can use this method to find file attachments which are not contained in a rich text item (such as an attachment in a Release 2 database), as well as file attachments that are contained in a rich text item.

Define in

NotesDocument

Syntax

Set notesEmbeddedObject = notesDocument.GetAttachment( fileName$ )

Parameters

fileName$


Return value

notesEmbeddedObject


Usage

The Parent property for the returned NotesEmbeddedObject returns Nothing, since it was not accessed through a NotesRichTextItem.

Language cross-reference

getAttachment method in Java Document class

Example
See Also