POP3_DownloadMessage

<< Fare clic per visualizzazione il sommario >>

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

POP3_DownloadMessage

Service

Mail

Method

POP3_DownloadMessage

 

Description

Downloads a message with the specified unique ID from the server and writes its data into a local file.

 

Input

Name

Description

Type

Optional

uniqueId

Message unique ID.

String

 

mimeFilePath

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

String

 

Output

Name

Description

Type

Optional

returnValue

The length of the message in bytes.

Long

 

 

Remarks

Represents POP3 RETR command.