docs

Home All functions Legacy functions Categories

vuPOP3EmbeddedName()

vuPOP3EmbeddedName(LONG InIndex),CSTRING,PROC,PASCAL,RAW,NAME('vuPOP3EmbeddedName')

This legacy function is declared as returning CSTRING in Clarion to preserve original vuMail template behavior. Under the hood, the export returns a pointer to a null-terminated C string buffer, and Clarion consumes it directly as text, as shown in the examples below.

Description

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

Parameters

Return value / error codes

Example (Clarion)

Index LONG

Index = 1
MESSAGE('Embedded name: ' & vuPOP3EmbeddedName(Index))

Notes

Home All functions Legacy functions Categories