Save MimeMessage Attachment
Saves the attachments of the MimeMessage object in the specified folder.
Input
- Folder Path: The full path of the folder where the attachments are to be saved
- Type:
System.String - Required
- Type:
- Message: MimeMessage object whose attachments are to be saved
- Type:
MimeKit.MimeMessage - Required
- Type:
Output
- Attachments Collection: A string collection of file locations of saved attachments.
- Type:
System.Collections.Generic.IEnumerable<System.String>
- Type: