Save Outlook Mail
Saves the Outlook mail message to the user-specified folder
This activity saves the outlook mail message to the user-specified folder. If the user-specified folder does not exist, it is created. If no folder is specified by the user to save the mail message, then by default the downloads are saved in the project folder.
Input
Mail Message:
MailMessage VariableRequiredThe mail message object that is to be saved.Output Folder Path:
String ArgumentRequiredThe full path of the folder where the mail message is to be saved.
Last updated