| Home | All functions | Legacy functions | Categories |
Prototype: vuPOP3HaveAttachments(), LONG, PROC, PASCAL, RAW, NAME(‘vuPOP3HaveAttachments’)
Checks the currently loaded POP3 message and reports whether attachment parts are present.
This function has no parameters.
| Value | Meaning |
|---|---|
| 1 | Attachment content is present. |
| 0 | No attachment content is present. |
hasAttach LONG
hasAttach = vuPOP3HaveAttachments()
IF hasAttach = 1
MESSAGE('Attachments found.')
END
| Home | All functions | Legacy functions | Categories |