It contains a custom activity to save Single/Multiple Attachments with same Attachment Name from MailMessage
This activity helps in saving attachment with the same file name without replacing/overwriting
MailMessage(MailMessage): This input argument is the MailMessage object whose attachments are to be saved.
FolderPath(String): This input argument is a string that has the full path of the folder where the attachments are to be saved.
Filter(String): This input argument is a string that represents a regular expression that is verified against attachment file names to be saved?
Attachments(String[]): This output argument is of type array of string which has the retrieved attachments.
This library is intended to be used to save an attachment from MailMessage when attachments have the same name.