docs

Home All functions Legacy functions Categories

vuPOP3HaveAttachments()

vuPOP3HaveAttachments(),LONG,PROC,PASCAL,RAW,NAME('vuPOP3HaveAttachments')

Purpose

Checks the currently loaded POP3 message and reports whether attachment parts are present.

Parameters

This function has no parameters.

Return value / error codes

Example (Clarion)

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

hasAttach LONG

hasAttach = vuPOP3HaveAttachments()
IF hasAttach = 1
  MESSAGE('Attachments found.')
END

Notes

Home All functions Legacy functions Categories