| Home | All functions | Legacy functions | Categories |
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.
Gets embedded name text for the selected item using the original vuMail compatibility behavior.
Index (LONG): 1-based item index.MESSAGE() and string assignment.Index LONG
Index = 1
MESSAGE('Embedded name: ' & vuPOP3EmbeddedName(Index))
*CSTRING output buffers.| Home | All functions | Legacy functions | Categories |