docs

Home All functions Legacy functions Categories

vuPOP3HaveEmbedded()

Clarion prototype

Prototype: vuPOP3HaveEmbedded(), LONG, PROC, PASCAL, RAW, NAME(‘vuPOP3HaveEmbedded’)

Purpose

Checks the currently loaded POP3 message and reports whether embedded (inline) MIME parts are present.

Parameters

This function has no parameters.

Return value / error codes

Value Meaning
1 Embedded content is present.
0 No embedded content is present.

Example (Clarion)

hasEmbedded LONG

hasEmbedded = vuPOP3HaveEmbedded()
IF hasEmbedded = 1
  MESSAGE('Embedded content found.')
END

Notes

Home All functions Legacy functions Categories