|
|
 |
 |
| AddAttachmentsToMail |
| |
Add attachments to a mail record |
| |
| Library |
 |
wh::internet/mime.whlib |
| |
| Syntax |
 |
PUBLIC RECORD FUNCTION AddAttachmentsToMail (RECORD toppart,RECORD ARRAY attachments) |
| |
| Parameters |
 |
| toppart |
 |
Top-level part of the MIME message to add the attachments to |
 |
| attachments |
 |
record array with the attachments (STRING name, STRING data, STRING contenttype) |
 |
|
| |
| Returns |
 |
A record of the new Top-level MIME part |
| |
|
|
|
|