|
| Type | Description | ||
| Filename as String | String expression that holds filename. | |||
| Append as Variant | Optional. Boolean value that determines if message shold be appended to the file. |
Save method will save message to a file on disk. Depending on Append argument (which is optional), message can overwrite the file with new contents, or can append to the file. Message will be saved in raw format - first headers, then message body.
|