| 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.
1: Attachment content is present.0: No attachment content is present.MAP
MODULE('vuMail.dll')
vuPOP3HaveAttachments(),LONG,PROC,PASCAL,RAW,NAME('vuPOP3HaveAttachments')
END
END
hasAttach LONG
hasAttach = vuPOP3HaveAttachments()
IF hasAttach = 1
MESSAGE('Attachments found.')
END
vuPOP3LoadEmail before querying attachment state.| Home | All functions | Legacy functions | Categories |