docs

Home All functions Legacy functions Categories

vuPOP3HavePlainText()

Clarion prototype

Prototype: vuPOP3HavePlainText(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuPOP3HavePlainText’)

Purpose

Checks the currently loaded POP3 message and reports whether a plain-text MIME body is available.

Parameters

This function has no parameters.

Return value / error codes

Value Meaning
1 Plain-text body content is present.
0 Plain-text body content is not present.

Example (Clarion)

hasText LONG

hasText = vuPOP3HavePlainText()
IF hasText = 1
  MESSAGE('Plain-text body is available.')
END

Notes

Home All functions Legacy functions Categories