|
|
 |
 |
| UploadIMAPBlobMessage |
| |
This function will send a message-blob to a IMAP-folder. |
| |
| Library |
 |
wh::internet/imap.whlib |
| |
| Syntax |
 |
PUBLIC BOOLEAN FUNCTION UploadIMAPBlobMessage (INTEGER connectionid,STRING foldername,BLOB message) |
| |
| Parameters |
 |
| connectionid |
 |
ID of the connection (opened by OpenIMAPAccount) |
 |
| foldername |
 |
String name of the mail folder |
 |
| message |
 |
Blob email message |
 |
|
| |
| Returns |
 |
Returns TRUE if the message was uploaded succesfully |
| |
|
|
|
|