<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi IMAP > IMAP_CopyMessage |
Service
Method
IMAP_CopyMessage
Description
Copies a message with the specified unique ID to the specified folder.
Input |
|||
Name |
Description |
Type |
Optional |
sourceFolderPath |
Folder that contains the message to copy. |
String |
|
uniqueId |
Message unique ID. |
String |
|
destinationFolderPath |
Folder that will receive a copy of the message. |
String |
|
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 target message, or null if the server does not support the UIDPLUS extension. |
String |
|
Remarks
This method represents IMAP COPY command