<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi SMTP > SMTP_SendMessage_S |
Service
Method
SMTP_SendMessage_S
Description
Sends a mail message constructed from the specified parameters.
Input |
|||
Name |
Description |
Type |
Optional |
mailMessage |
Message fields (Mail Message structure) |
Dataset mailMessage |
|
attachmentInfos |
A List with a Dictionary for each attachment (Attachment Info structure); can be null or an empty List. |
List of dataset |
|
attachmentStreams |
A List with a reference attachment for each attachment; can be null or an empty List. |
List of reference |
|
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 ‘attachmentStreams’ must match.