docs

Home All functions Legacy functions Categories

vuPOP3Count()

Clarion prototype

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

Purpose

Gets the message count from the active POP3 mailbox.

Parameters

This function has no parameters.

Return value / error codes

Example (Clarion)

msgCount LONG

msgCount = vuPOP3Count()
IF msgCount >= 0
  MESSAGE('POP3 messages available: ' & msgCount)
END

Notes

Home All functions Legacy functions Categories