docs

Home All functions Legacy functions Categories

vuPOP3AttachmentName()

Clarion prototype

Prototype: vuPOP3AttachmentName(LONG InIndex), CSTRING, PROC, PASCAL, RAW, NAME(‘vuPOP3AttachmentName’)

Description

Gets attachment name text for the selected item using the original vuMail compatibility behavior.

Parameters

Return value / error codes

Example (Clarion)

Index LONG

Index = 1
MESSAGE('Attachment name: ' & vuPOP3AttachmentName(Index))

Notes

Home All functions Legacy functions Categories