docs

Home All functions Legacy functions Categories

vuPOP3SaveAttachments()

Clarion prototype

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

Purpose

Saves all attachment parts from the currently loaded POP3 message.

Parameters

This function has no parameters.

Return value / error codes

Value Meaning
1 One or more attachments were saved.
0 No attachments were saved or save operation failed.

Example (Clarion)

rc LONG

rc = vuPOP3SaveAttachments()
IF rc = 0
  MESSAGE('No attachments saved.')
END

Notes

Home All functions Legacy functions Categories