.

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


FileSize property
Example

Read-only. For file attachments, the size of the file in bytes.

Defined in

NotesEmbeddedObject

Data type

Long

Syntax

To get: size& = notesEmbeddedObject.FileSize

Usage

This property returns 0 for embedded objects and links.

Language cross-reference

FileSize in Java EmbeddedObject class

@AttachmentLengths in formula language

Example