[10]Save Mail Attachments

Last modified by Tuan Nguyen on 2022/05/13 03:50

RCA.Activities.Mail.SaveMailAttachements

Description

This activity allows you to save mail attachments to specified folder. If there is no folder with given name, akaBot will create new file. Files with the same name in one folder are overwritten.

image-20220505163054-1.png

(* is mandatory)

Properties

Input

  • Folder Path (String) - The path of the folder that you want to save email to.
  • Message (MailMessage)* - The message you want to be saved with the attachments.

Misc

  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: Save Mail Attachments

Option

  • Filter (String) - The filter you want to add to the mail message.

Output

  • Attachments (IEnumerable<String>) - The attachments to be added to the email message.

Table of Content

  
Navigation