<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Utility LOCAL > LOCAL_SaveMessageAsOutlookMsg_L |
Service
Method
LOCAL_SaveMessageAsOutlookMsg_L
Description
Saves a message constructed from the specified parameters to the supplied .msg 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 |
|
msgFilePath |
Path to the file to save the message to. |
String |
|
Remarks
List indexes of ‘attachmentInfos’ and ‘attachmentLocations’ must match.