| Home | All functions | Legacy functions | Categories |
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.
MAP
MODULE('vuMail.dll')
vuPOP3HaveAttachments(),LONG,PROC,PASCAL,RAW,NAME('vuPOP3HaveAttachments')
END
END
hasAttach LONG
hasAttach = vuPOP3HaveAttachments()
IF hasAttach = 1
MESSAGE('Attachments found.')
END
| Home | All functions | Legacy functions | Categories |