| Home | All functions | Legacy functions | Categories |
vuPOP3EmbeddedCID(LONG InIndex),CSTRING,PROC,PASCAL,RAW,NAME('vuPOP3EmbeddedCID')
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 cid text for the selected item using the original vuMail compatibility behavior.
Index LONG
Index = 1
MESSAGE('Embedded CID: ' & vuPOP3EmbeddedCID(Index))
| Home | All functions | Legacy functions | Categories |