<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi IMAP > IMAP_GetMessage |
Service
Method
IMAP_GetMessage
Description
Gets the message with the specified unique ID.
Input |
|||
Name |
Description |
Type |
Optional |
folderPath |
The path to folder for which a list of messages is returned. |
String |
|
uniqueId |
Message unique ID. |
String |
|
setSeenFlag |
True to mark the message as seen, otherwise false (the flag is not modified). |
Bool |
|
config |
Optional configuration values that override the static configuration values (IMAP Config Structure). |
Dataset |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
The message in MIME format. |
String |
|