SMTP_SendMessageDirect_L

<< Fare clic per visualizzazione il sommario >>

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

SMTP_SendMessageDirect_L

Service

Mail

 

Method

SMTP_SendMessageDirect_L

 

Description

Sends a mail message constructed from the specified parameters by submitting it directly to the recipients’ SMTP servers.

 

Input

Name

Description

Type

Optional

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

 

Output

Name

Description

Type

Optional

returnValue

A List containing a Dataset for each rejected recipient (Smtp Rejected Recipient structure)

List of dataset

 

 

Remarks

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

No connection and login info is needed nor used for this method.