<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi IMAP > IMAP_StoreMessageFromContent |
Service
Method
IMAP_StoreMessageFromContent
Description
Constructs a message from the specified parameters and uploads it to the specified folder.
Input |
|||
Name |
Description |
Type |
Optional |
folderPath |
Folder that will receive the message. |
String |
|
from |
Message sender. |
String |
|
to |
Comma-separated list of message recipients. |
String |
|
subject |
The subject of the message. |
String |
|
body |
The text body of the message. |
String |
|
seenFlag |
Value to assign to the seen flag. |
Bool |
|
config |
Optional configuration values that override the static configuration values (IMAP Config Structure). |
Dataset |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
Unique ID of the message, or null if the server does not support the UIDPLUS extension. |
String |
|