| Home | All functions | Legacy functions | Categories |
Prototype: vuPOP3HavePlainText(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuPOP3HavePlainText’)
Checks the currently loaded POP3 message and reports whether a plain-text MIME body is available.
This function has no parameters.
| Value | Meaning | |—|—| | 1 | Plain-text body content is present. | | 0 | Plain-text body content is not present. |
hasText LONG
hasText = vuPOP3HavePlainText()
IF hasText = 1
MESSAGE('Plain-text body is available.')
END
| Home | All functions | Legacy functions | Categories |