IMAP_StoreMessage_L

<< Fare clic per visualizzazione il sommario >>

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

IMAP_StoreMessage_L

Service

Mail

 

Method

IMAP_StoreMessage_L

 

Description

Constructs a message from the specified parameters and uploads it to the specified folder.

 

Input

Name

Description

Type

Optional

folderPath

Folder that contains the message.

String

 

mailMessage

Message fields (Mail Message structure).

Dataset

 

attachmentInfos

A List with a dataset for each attachment (Attachment Info structure); can be null or an empty List.

List of dataset

 

attachmentLocations

A List with a string for each attachment, containing the full path of the file to attach; can be null or an empty List.

List of 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

 

 

Remarks

List indexes of ‘attachmentInfos’ and ‘attachmentLocations’ must match.