SMTP_SendMessage_L

<< Fare clic per visualizzazione il sommario >>

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

SMTP_SendMessage_L

Service

Mail

 

Method

SMTP_SendMessage_L

 

Description

Sends a mail message constructed from the specified parameters.

 

Input

Name

Description

Type

Optional

mailMessage

Mail Message structure.

Dataset mailMessage

 

attachmentInfos

A List of Dataset, with a row, Attachment Info structure, for each attachment; 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

 

config

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

Dataset

Y

Output

returnValue

A List containing a Dictionary for each rejected recipient (see "SmtpRejectedRecipient structure").

List of dataset

 

 

Remarks

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