| Home | All functions | Legacy functions | Categories |
vuPOP3SaveAttachments(),LONG,PROC,PASCAL,RAW,NAME('vuPOP3SaveAttachments')
Saves all attachment parts from the currently loaded POP3 message.
This function has no parameters.
1: One or more attachments were saved.0: No attachments were saved or save operation failed.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
vuPOP3LoadEmail before saving attachments.vuPOP3SetFolder / POP3 folder configuration.| Home | All functions | Legacy functions | Categories |