<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Utility LOCAL > LOCAL_SaveMessage_L |
Service
Method
LOCAL_SaveMessage_L
Description
Saves a message constructed from the specified parameters to the supplied .eml file
Input |
|||
Name |
Description |
Type |
Optional |
mailMessage |
Message fields (see Mail Message structure). |
Dataset |
|
attachmentInfos |
A List with a Dataset for each attachment (see 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 |
|
mimeFilePath |
Path to the file to save the message to. |
String |
|
Remarks
List indexes of ‘attachmentInfos’ and ‘attachmentLocations’ must match.