IMAP_DownloadMessage

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Altri servizi > Mail > Configurazione e metodi IMAP >

IMAP_DownloadMessage

Service

Mail

 

Method

IMAP_DownloadMessage

 

Description

Downloads the message (in MIME format) with the specified unique ID.

 

Input

Name

Description

Type

Optional

folderPath

Folder that contains the message.

String

 

uniqueId

Message unique ID.

String

 

setSeenFlag

True to mark the message as seen, otherwise false (the flag is not modified).

Bool

 

mimeFilePath

The path of the local file; this cannot be a directory.

String

 

config

Optional configuration values that override the static configuration values (IMAP Config Structure).

Dataset

Y

Output

Name

Description

Type

Optional

returnValue

The length of the message in bytes.

Long