Save Outlook Attachment
Saves the Outlook attachment in the email messages.
This activity saves the outlook mail message attachments 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 attachment, then by default the downloads are saved in the project folder.
This activity can only be used after Get Outlook Mail.
Input
Mail Message:
MailMessage Variable
Required
The mail message object whose attachments are to be saved.Output Folder Path:
String Argument
Required
The full path of the folder where the attachments are to be saved.
Options
Filter:
String Argument
Specifies a regular expression filter where only the attachment names that meet the filter conditions will be saved.
Output
Attachments:
IEnumerable Variable
Stores the resultant attachment list in an IEnumerable variable
Last updated