Upload msg File#
Uploads a file in msg format, which is a saved email.
| File Name | [Text] The name and path to the msg file. You can enter the full file name including the path. |
| Result | [Object] Returns the email object. Delete the email after working with it using the Dispose method: $mail.Dispose() |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block. |