We are trying to save mails using the Save Mail Message activity, but it fails with the error that access to the path is denied.
Resolution:
When using the Save Mail Message activity, a value must be added to the FilePath property.
The expected format of the value is path\aNameForTheMail.eml
Example: C:\users\downloads\thisIsMyMail.eml
The email will be saved under that name.
If only a path like "C:\users\downloads" is used, the activity will fail with: Save Mail Message: Access to the path 'C:\Users\Downloads' is denied.
If you leave a trailing \ after the path, like C:\users\downloads\thisIsMyMail.eml\, the activity will fail with "Save Mail Message: Could not find a part of the path 'C:\Users\downloads\thisIsMyMail.eml\'."
Do not add any characters at the end of the file path!