docs

Home All functions Legacy functions Categories

vuPOP3SaveAttachments()

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

Example (Clarion)

MAP
  MODULE('vuMail.dll')
    vuPOP3SaveAttachments(),LONG,PROC,PASCAL,RAW,NAME('vuPOP3SaveAttachments')
  END
END

rc LONG

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

Notes

Home All functions Legacy functions Categories